diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 12:35:04 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 12:35:32 +0200 |
commit | 96c3dce9de1aded53c1e4bf098817fc59692eb64 (patch) | |
tree | 2a5870693416f7774a7dbce582bde1a049ea754c /govpp.go | |
parent | a101d966133a70b8a76526be25070436d14fcf9f (diff) |
fixed import paths
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'govpp.go')
-rw-r--r-- | govpp.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ package govpp import ( - "gerrit.fd.io/r/govpp/adapter" - "gerrit.fd.io/r/govpp/adapter/vppapiclient" - "gerrit.fd.io/r/govpp/core" + "gerrit.fd.io/r/govpp.git/adapter" + "gerrit.fd.io/r/govpp.git/adapter/vppapiclient" + "gerrit.fd.io/r/govpp.git/core" ) var vppAdapter adapter.VppAdapter // VPP Adapter that will be used in the subsequent Connect calls |