Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

     1  # golang.org/issue/13037: 'go get' was not parsing <meta> tags in 404 served over HTTPS.
     2  
     3  [!net] skip
     4  [!exec:git] skip
     5  
     6  env GONOSUMDB=bazil.org,github.com,golang.org
     7  env GO111MODULE=off
     8  go get -d bazil.org/fuse/fs/fstestutil
     9  
    10  env GO111MODULE=on
    11  env GOPROXY=direct
    12  go get -d bazil.org/fuse/fs/fstestutil
    13  

View as plain text