diff options
author | Vladimir Lavor <vlavor@cisco.com> | 2020-11-04 13:51:00 +0100 |
---|---|---|
committer | Vladimir Lavor <vlavor@cisco.com> | 2020-11-04 13:53:01 +0100 |
commit | 2b743eede78b6fed115421716888f80088edefdb (patch) | |
tree | e2cff99bde80be91522763734272450164b1ae0c /examples | |
parent | b74e3b37479a7fa763bed1f2c76de612ee51dcbc (diff) |
Update changelog
Change-Id: I08f5ba1fb5ec02717e5715447837ca3b75fa894d
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/binapi-types/binapi_types.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 ( |