Sign in
go
/
mod
/
ecfafd6fa8469fef628a0c601fe67d27bd5cefab
/
.
/
gosumcheck
/
test.bash
blob: 2a4b2afe80785bdbf22d40c0f74eb4190af96a5e [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
go build
-
o gosumcheck
.
exe
export GONOSUMDB
=*/
text
# rsc.io/text but not golang.org/x/text
./
gosumcheck
.
exe
"$@"
-
v test
.
sum
rm
-
f
./
gosumcheck
.
exe
echo PASS