Text file src/cmd/go/testdata/script/index.txt
1 # Check that standard library packages are cached. 2 go list -json math # refresh cache 3 env GODEBUG=gofsystrace=1,gofsystracelog=fsys.log 4 go list -json math 5 ! grep math/abs.go fsys.log 6 grep 'openIndexPackage .*[\\/]math$' fsys.log 7