docs: Add getting started with GoVPP

Type: docs

Change-Id: I8e739ccf78b8dadf81cf4a4c32407355b2576942
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:
Nathan Skrzypczak
2022-03-10 12:42:01 +01:00
committed by Dave Wallace
parent 2586bd6e1c
commit 3d390ba8de
3 changed files with 174 additions and 87 deletions

View File

@ -317,7 +317,7 @@ so you will need to use :
* ``u32 value = ntohl(mp->value);``
* ``rmp->value = htonl(value);``
You can now use this API with :ref:`GoLang bindings <add_plugin_goapi>`
You can now use this API with :ref:`GoLang bindings <govpp>`
myplugin_periodic.c
-------------------