diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 15:31:21 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 15:31:37 +0200 |
commit | 87a66a4484dda9cb1b3552f133dc3d6e93539735 (patch) | |
tree | 1c60b9b9726b8fdda58914a385e4eda1f8f09441 /examples/bin_api/memif | |
parent | 6773171c3d619be5bb646cdc80ebfd4d7ae26376 (diff) |
changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'examples/bin_api/memif')
-rw-r--r-- | examples/bin_api/memif/memif.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bin_api/memif/memif.go b/examples/bin_api/memif/memif.go index a64529a..c7c27f4 100644 --- a/examples/bin_api/memif/memif.go +++ b/examples/bin_api/memif/memif.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/memif.api.json' on Thu, 04 May 2017 13:11:57 CEST. package memif -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0xadb63e82 |