From 87a66a4484dda9cb1b3552f133dc3d6e93539735 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 15:31:21 +0200 Subject: changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git Signed-off-by: Rastislav Szabo --- examples/bin_api/acl/acl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/bin_api/acl') diff --git a/examples/bin_api/acl/acl.go b/examples/bin_api/acl/acl.go index 990b579..e13fb18 100644 --- a/examples/bin_api/acl/acl.go +++ b/examples/bin_api/acl/acl.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/acl.api.json' on Thu, 04 May 2017 13:11:57 CEST. package acl -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x3cd02d84 -- cgit 1.2.3-korg