aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi-types/binapi_types.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/binapi-types/binapi_types.go')
-rw-r--r--examples/binapi-types/binapi_types.go3
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 (