Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

     1  [!net] skip
     2  [!exec:git] skip
     3  env GO111MODULE=off
     4  
     5  # Tests Issues #9797 and #19769
     6  
     7  mkdir $WORK/tmp/src/rsc.io
     8  env GOPATH=$WORK/tmp
     9  cd $WORK/tmp/src/rsc.io
    10  go get ./pprof_mac_fix
    11  

View as plain text