Format generated Go source code in-process
[govpp.git] / examples / binapi / vpe / vpe.ba.go
index 2738029..48b6389 100644 (file)
@@ -14,14 +14,15 @@ 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/vpe_types"
+       vpe_types "git.fd.io/govpp.git/examples/binapi/vpe_types"
 )
 
 const (