diff options
author | 2017-05-04 12:35:04 +0200 | |
---|---|---|
committer | 2017-05-04 12:35:32 +0200 | |
commit | 96c3dce9de1aded53c1e4bf098817fc59692eb64 (patch) | |
tree | 2a5870693416f7774a7dbce582bde1a049ea754c /examples/bin_api/acl/acl.go | |
parent | a101d966133a70b8a76526be25070436d14fcf9f (diff) |
fixed import paths
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'examples/bin_api/acl/acl.go')
-rw-r--r-- | examples/bin_api/acl/acl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bin_api/acl/acl.go b/examples/bin_api/acl/acl.go index 89b3805..34300fc 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 Fri, 21 Apr 2017 17:10:06 CEST. package acl -import "gerrit.fd.io/r/govpp/api" +import "gerrit.fd.io/r/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x3cd02d84 |