From 2b743eede78b6fed115421716888f80088edefdb Mon Sep 17 00:00:00 2001 From: Vladimir Lavor Date: Wed, 4 Nov 2020 13:51:00 +0100 Subject: Update changelog Change-Id: I08f5ba1fb5ec02717e5715447837ca3b75fa894d Signed-off-by: Vladimir Lavor --- examples/binapi-types/binapi_types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/binapi-types/binapi_types.go b/examples/binapi-types/binapi_types.go index 2dbaa3e..ae650a1 100644 --- a/examples/binapi-types/binapi_types.go +++ b/examples/binapi-types/binapi_types.go @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// union-example is an example to show how to use unions in VPP binary API. +// binapi-types is an example showing how to use and convert data with +// helper methods from *-types packages in VPP binary API. package main import ( -- cgit 1.2.3-korg