X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fbinapi%2Fvpe%2Fvpe.ba.go;h=48b63894f3d98e5321049201748f1ea9c04d6c0d;hb=d372b4efe26650dbc83908ca0bbee38d90aed3e9;hp=e95cf30dfd2d090857a45405cb1b4013808e6822;hpb=2c419b100f5f90c1215617d0fac81fa6749c4d6b;p=govpp.git diff --git a/examples/binapi/vpe/vpe.ba.go b/examples/binapi/vpe/vpe.ba.go index e95cf30..48b6389 100644 --- a/examples/binapi/vpe/vpe.ba.go +++ b/examples/binapi/vpe/vpe.ba.go @@ -14,12 +14,13 @@ It consists of: package vpe import ( - bytes "bytes" - context "context" + "bytes" + "context" + "io" + "strconv" + api "git.fd.io/govpp.git/api" struc "github.com/lunixbochs/struc" - io "io" - strconv "strconv" vpe_types "git.fd.io/govpp.git/examples/binapi/vpe_types" )