• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
7