mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
In the near feature (likely in Go1.10), 'go test' will never work if 'go vet' fails. (See: https://github.com/golang/go/issues/18084) This commit is for dealing with such a situation (and also for improving the quality of our code). Signed-off-by: Satoshi Fujimoto <[email protected]>