Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

     1  [!net] skip
     2  [!exec:git] skip
     3  
     4  env GOBIN=$WORK/tmp/gobin
     5  env GO111MODULE=off
     6  
     7  ! go get -d golang.org/x/tools
     8  stderr 'golang.org/x/tools: no Go files'
     9  
    10  ! go get -d -u golang.org/x/tools
    11  stderr 'golang.org/x/tools: no Go files'
    12  
    13  ! go get -d golang.org/x/tools
    14  stderr 'golang.org/x/tools: no Go files'

View as plain text