summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/index.txt
blob: 6a2d13c8b5e68620b897185b8facac4f8f22ef56 (plain)
1
2
3
4
5
6
# Check that standard library packages are cached.
go list -json math # refresh cache
env GODEBUG=gofsystrace=1,gofsystracelog=fsys.log
go list -json math
! grep math/abs.go fsys.log
grep 'openIndexPackage .*[\\/]math$' fsys.log