Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-06 | Use correct import paths for protobuf packages | Carl Baldwin | |
The packages `any`, `empty`, and `timestamp` ship with protoc so there is no need to pull them out of the go package. This simplifies the generation script and also corrects the import paths for the standard protobuf types. Fixes: #2095 | |||
2019-04-06 | add script to generate api/gobgp.pb.go | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> |