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/gre/gre_rpc.ba.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binapi/gre/gre_rpc.ba.go') diff --git a/binapi/gre/gre_rpc.ba.go b/binapi/gre/gre_rpc.ba.go index f664fb3..670aeec 100644 --- a/binapi/gre/gre_rpc.ba.go +++ b/binapi/gre/gre_rpc.ba.go @@ -5,9 +5,10 @@ package gre import ( "context" "fmt" + "io" + api "git.fd.io/govpp.git/api" vpe "git.fd.io/govpp.git/binapi/vpe" - "io" ) // RPCService defines RPC service gre. -- cgit 1.2.3-korg