Change module name to go.fd.io/govpp
[govpp.git] / examples / binapi-types / binapi_types.go
index 2dbaa3e..75bf9b4 100644 (file)
@@ -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 (
@@ -20,11 +21,11 @@ import (
        "log"
        "time"
 
-       "git.fd.io/govpp.git/binapi/ethernet_types"
-       "git.fd.io/govpp.git/binapi/ip"
-       "git.fd.io/govpp.git/binapi/ip_types"
-       "git.fd.io/govpp.git/binapi/vpe_types"
-       "git.fd.io/govpp.git/codec"
+       "go.fd.io/govpp/binapi/ethernet_types"
+       "go.fd.io/govpp/binapi/ip"
+       "go.fd.io/govpp/binapi/ip_types"
+       "go.fd.io/govpp/binapi/vpe_types"
+       "go.fd.io/govpp/codec"
 )
 
 func init() {