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

@ -24,6 +24,7 @@ import (
"github.com/containernetworking/cni/pkg/types"
"github.com/containernetworking/cni/pkg/types/current"
"github.com/containernetworking/cni/pkg/version"
"github.com/vishvananda/netlink"
)