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

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

View as plain text