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