Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make files in the go-path readable if they aren't.
Go modules writes a bunch of stuff in $GOPATH/pkg/mod as read-only. Standard rm -rf throws an error when it encounters read-only files. So find the files that are read-only and make them not read-only. See also: golang/go#27161
- Loading branch information