community/hack
Aaron Crickenberger 6d0c920003 Allow verify-generated-docs to use go modcache
I don't think we need to use an entirely separate GOPATH, thus forcing
us to re-download modules every time we run `make`

This was causing verify-generated-docs to fail locally since go will
set its modcache as readonly and thus cause the cleanup "rm -rf" in
this script to fail. In go1.14 or later we could use "-modcacherw"
to stop making the modcache readonly but that bring me back to.. why
do need an entirely separate GOPATH in the first place?
2020-08-18 16:59:27 -07:00
..
.spelling_failures
OWNERS
generate-devstats-repo-sql.py
tools.go
verify-generated-docs.sh Allow verify-generated-docs to use go modcache 2020-08-18 16:59:27 -07:00
verify-spelling.sh
verify.sh