Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltctl
/
ea1f8414ce77b1ca32914bcdd91572eef089aff9
/
.
/
vendor
/
github.com
/
google
/
gofuzz
/
.travis.yml
blob: f8684d99fc4e12eb755113ad9903bd6f3ad1fc5e [
file
] [
log
] [
blame
]
language:
go
go:
-
1.4
-
1.3
-
1.2
-
tip
install:
-
if
!
go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
-
go test
-
cover