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

     1  [!cgo] skip
     2  
     3  env GO111MODULE=on
     4  
     5  go get 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