meta/bandwidth: group and sort imports
ref: https://github.com/golang/go/wiki/CodeReviewComments#imports
This commit is contained in:

committed by
Gabriel Rosenhouse

parent
dce91d11d6
commit
59fa37252f
@ -16,10 +16,12 @@ package bandwidth
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/containernetworking/plugins/pkg/ip"
|
||||
"github.com/vishvananda/netlink"
|
||||
"net"
|
||||
"syscall"
|
||||
|
||||
"github.com/containernetworking/plugins/pkg/ip"
|
||||
|
||||
"github.com/vishvananda/netlink"
|
||||
)
|
||||
|
||||
const latencyInMillis = 25
|
||||
|
Reference in New Issue
Block a user