From c94a962279858fb13eaacc689f47aed358373e44 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Fri, 21 Aug 2020 17:25:53 +0200 Subject: 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 Change-Id: Iff7965388a74ecd21af80f10b5a59d4ed8da6340 --- binapi/lb_types/lb_types.ba.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binapi/lb_types/lb_types.ba.go') diff --git a/binapi/lb_types/lb_types.ba.go b/binapi/lb_types/lb_types.ba.go index 209b07e..9752c36 100644 --- a/binapi/lb_types/lb_types.ba.go +++ b/binapi/lb_types/lb_types.ba.go @@ -2,7 +2,6 @@ // versions: // binapi-generator: v0.4.0-dev // VPP: 20.05-release -// source: /usr/share/vpp/api/plugins/lb_types.api.json // Package lb_types contains generated bindings for API file lb_types.api. // @@ -13,9 +12,10 @@ package lb_types import ( + "strconv" + api "git.fd.io/govpp.git/api" ip_types "git.fd.io/govpp.git/binapi/ip_types" - "strconv" ) // This is a compile-time assertion to ensure that this generated file -- cgit 1.2.3-korg