some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.3.0 / gosumcheck / test.bash
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/mod@v0.3.0/gosumcheck/test.bash b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/mod@v0.3.0/gosumcheck/test.bash
deleted file mode 100644 (file)
index 2a4b2af..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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