Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

     1  env GO111MODULE=off
     2  
     3  env GIT_TRACE=1
     4  
     5  [!net] skip
     6  [!exec:git] skip
     7  
     8  # go get should be success when GIT_TRACE set
     9  go get golang.org/x/text
    10  

View as plain text