aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi/memif/memif.ba.go
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2020-03-18 10:18:03 +0100
committerOndrej Fabry <ofabry@cisco.com>2020-03-18 10:18:03 +0100
commit9f27eeff53ee501b8641595baa7cbc2f0014a68c (patch)
tree205c7983c791eaf32789af39105cc8fa7cee221f /examples/binapi/memif/memif.ba.go
parentd4d3b9c6fa67fe454f8d8adc7502b3b645ecab10 (diff)
Fix import path in examples/binapiv0.3.1
Change-Id: I6af1ae2778b73f37be09c64a2948417e576f02ab Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'examples/binapi/memif/memif.ba.go')
-rw-r--r--examples/binapi/memif/memif.ba.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/binapi/memif/memif.ba.go b/examples/binapi/memif/memif.ba.go
index 4bc35aa..c4434c4 100644
--- a/examples/binapi/memif/memif.ba.go
+++ b/examples/binapi/memif/memif.ba.go
@@ -20,8 +20,8 @@ import (
io "io"
strconv "strconv"
- ethernet_types "git.fd.io/govpp.git/examples/ethernet_types"
- interface_types "git.fd.io/govpp.git/examples/interface_types"
+ ethernet_types "git.fd.io/govpp.git/examples/binapi/ethernet_types"
+ interface_types "git.fd.io/govpp.git/examples/binapi/interface_types"
)
const (