Sign in
edge
/
third_party
/
SermoDigital
/
jose
/
f6df55f235c24f236d11dbcf665249a59ac2021f
/
.
/
_test.sh
blob: a36a4709b8c33b5230af291c2b666a9ad97ba879 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
euo pipefail
go build
./...
go test
./...
golint
./...
go vet
./...