internal/go/cache/readme.md
Extracted from go/src/cmd/go/internal/cache/.
The main modifications are:
GOCACHE -> GOLANGCI_LINT_CACHEGOCACHEPROG -> GOLANGCI_LINT_CACHEPROGinternal/cache to internal/go/cacheBased on the initial PR/commit the based in a mix between go1.12 and go1.13:
Adapted for golangci-lint:
cache.go)cache.go, cache_test.go, default.go)cache.go, default.go, hash.go, hash_test.go)ioutil -> robustio (cache.go)t.Parallel() inside cache_test.gocache.goioutil -> os (cache.go, cache_test.go, default.go, hash_test.go)cache.go (cache.go, default.go)GOLANGCI_LINT_CACHE (cache.go)%w in fmt.Errorf (cache.go)github.com/pkg/errors (cache.go)