Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
go
/
pkg
/
mod
/
golang.org
/
x
/
mod@v0.22.0
/
gosumcheck
/
Filename :
test.bash
back
Copy
#!/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