Current Path : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/mod_stale.txt |
[short] skip env GOCACHE=$WORK/cache go list -f '{{.Stale}}' . stdout true go install . go list -f '{{.Stale}}' . stdout false -- go.mod -- module example.com/mod go 1.20 -- m.go -- package m