...

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

Documentation: cmd/go/testdata/script

     1[!race] skip
     2[short] skip
     3
     4mkdir $WORKDIR/tmp/pkg
     5go install -race -pkgdir=$WORKDIR/tmp/pkg std
     6
     7-- go.mod --
     8module empty
     9
    10go 1.16
    11-- pkg/pkg.go --
    12package p

View as plain text