fixed golint issues
[govpp.git] / binapi_generator / doc.go
1 // Generator of Go structs out of the VPP binary API definitions in JSON format.
2 //
3 // The JSON input can be specified as a single file (using the `input-file`
4 // CLI flag), or as a directory that will be scanned for all `.json` files
5 // (using the `input-dir` CLI flag). The generated Go bindings will  be
6 // placed into `output-dir` (by default the current working directory),
7 // where each Go package will be placed into its own separate directory,
8 // for example:
9 //
10 //    binapi_generator --input-file=examples/bin_api/acl.api.json --output-dir=examples/bin_api
11 //    binapi_generator --input-dir=examples/bin_api --output-dir=examples/bin_api
12 //
13 package main