diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2020-03-18 10:18:03 +0100 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2020-03-18 10:18:03 +0100 |
commit | 9f27eeff53ee501b8641595baa7cbc2f0014a68c (patch) | |
tree | 205c7983c791eaf32789af39105cc8fa7cee221f /examples/binapi/memif | |
parent | d4d3b9c6fa67fe454f8d8adc7502b3b645ecab10 (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')
-rw-r--r-- | examples/binapi/memif/memif.ba.go | 4 |
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 ( |