Sign in
go
/
go.git
/
e175f27f58aa7b9cd4d79607ae65d2cd5baaee68
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
index.txt
blob: 6a2d13c8b5e68620b897185b8facac4f8f22ef56 [
file
]
# 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