Sign in
go
/
go.git
/
a58afe44fa3be498e213bafa77455ffdfe5e23e2
/
.
/
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