Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.3.0 / gosumcheck / test.bash
1 #!/bin/bash
2
3 set -e
4 go build -o gosumcheck.exe
5 export GONOSUMDB=*/text # rsc.io/text but not golang.org/x/text
6 ./gosumcheck.exe "$@" -v test.sum
7 rm -f ./gosumcheck.exe
8 echo PASS