...

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

Documentation: cmd/go/testdata/script

     1[!cgo] skip
     2
     3env GO111MODULE=on
     4
     5go get rsc.io/CGO
     6[short] stop
     7
     8go build rsc.io/CGO
     9
    10-- go.mod --
    11module x

View as plain text