Closed liangchenye closed 8 years ago
add .travis file to check following things:
go vet
with this pr, all our codes looks good
golint
our codes still need to improve, but just warning not error
go build
make sure project could be built. NOTE, it must be done before go test, we will do system test later.
go test
all unit tests are good. Still need to add system test in the future
Signed-off-by: liang chenye liangchenye@huawei.com
add .travis file to check following things:
go vet
with this pr, all our codes looks good
golint
our codes still need to improve, but just warning not error
go build
make sure project could be built. NOTE, it must be done before
go test
, we will do system test later.go test
all unit tests are good. Still need to add system test in the future
Signed-off-by: liang chenye liangchenye@huawei.com