...

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:bazil.org] skip
     4[!git] skip
     5
     6env GONOSUMDB=bazil.org,github.com,golang.org
     7env GO111MODULE=on
     8env GOPROXY=direct
     9go get bazil.org/fuse/fs/fstestutil
    10
    11
    12-- go.mod --
    13module m
    14
    15go 1.18

View as plain text