whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user