diff options
author | 2020-08-21 17:25:53 +0200 | |
---|---|---|
committer | 2020-09-03 15:11:13 +0000 | |
commit | c94a962279858fb13eaacc689f47aed358373e44 (patch) | |
tree | 0cade1807c10ed53bf7c1b623f4d26da639356f6 /binapi/interface_types | |
parent | 42d11af03300fe0a3476c32ad8c70297862d9320 (diff) |
Improve doc & fix import ordering
This also updates /binapi
and adds a new make command to generate api
files out of a local vpp repo clone
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Change-Id: Iff7965388a74ecd21af80f10b5a59d4ed8da6340
Diffstat (limited to 'binapi/interface_types')
-rw-r--r-- | binapi/interface_types/interface_types.ba.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binapi/interface_types/interface_types.ba.go b/binapi/interface_types/interface_types.ba.go index 607dc9b..191647a 100644 --- a/binapi/interface_types/interface_types.ba.go +++ b/binapi/interface_types/interface_types.ba.go @@ -2,7 +2,6 @@ // versions: // binapi-generator: v0.4.0-dev // VPP: 20.05-release -// source: /usr/share/vpp/api/core/interface_types.api.json // Package interface_types contains generated bindings for API file interface_types.api. // @@ -13,8 +12,9 @@ package interface_types import ( - api "git.fd.io/govpp.git/api" "strconv" + + api "git.fd.io/govpp.git/api" ) // This is a compile-time assertion to ensure that this generated file |