File Manager

Path: /opt/golang/1.22.0/src/cmd/go/testdata/script/

Viewing File: 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