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 /binapi_generator | |
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 'binapi_generator')
-rw-r--r-- | binapi_generator/generator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binapi_generator/generator.go b/binapi_generator/generator.go index 537a4d4..43f9ede 100644 --- a/binapi_generator/generator.go +++ b/binapi_generator/generator.go @@ -43,7 +43,7 @@ const ( ) const ( - apiImportPath = "gerrit.fd.io/r/govpp.git/api" // import path of the govpp API + apiImportPath = "git.fd.io/govpp.git/api" // import path of the govpp API inputFileExt = ".json" // filename extension of files that should be processed as the input ) |