meta/bandwidth: group and sort imports

ref: https://github.com/golang/go/wiki/CodeReviewComments#imports
This commit is contained in:
Gabe Rosenhouse
2018-02-17 15:19:31 -08:00
committed by Gabriel Rosenhouse
parent dce91d11d6
commit 59fa37252f
4 changed files with 21 additions and 14 deletions

View File

@ -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