X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fbinapi%2Finterfaces%2Finterfaces.ba.go;h=7d4031f4a214b2957316bf3c65e3371870a02b80;hb=d372b4efe26650dbc83908ca0bbee38d90aed3e9;hp=45fd4d29761a98ca53bba1fd3b95fc9f5dd3eb9b;hpb=2c419b100f5f90c1215617d0fac81fa6749c4d6b;p=govpp.git diff --git a/examples/binapi/interfaces/interfaces.ba.go b/examples/binapi/interfaces/interfaces.ba.go index 45fd4d2..7d4031f 100644 --- a/examples/binapi/interfaces/interfaces.ba.go +++ b/examples/binapi/interfaces/interfaces.ba.go @@ -15,12 +15,13 @@ It consists of: package interfaces 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" ethernet_types "git.fd.io/govpp.git/examples/binapi/ethernet_types" interface_types "git.fd.io/govpp.git/examples/binapi/interface_types"