...

Text file src/cmd/go/testdata/script/index.txt

Documentation: cmd/go/testdata/script

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

View as plain text