From 96c3dce9de1aded53c1e4bf098817fc59692eb64 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 12:35:04 +0200 Subject: fixed import paths Signed-off-by: Rastislav Szabo --- binapi_generator/generator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binapi_generator') 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 ) -- cgit 1.2.3-korg