Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/go/testdata/script

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

View as plain text