fixed import paths
[govpp.git] / binapi_generator / generator.go
index 0a66b37..537a4d4 100644 (file)
@@ -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
 )