File Manager

Path: /opt/golang/1.22.0/src/cmd/go/testdata/script/

Viewing File: test_race_install.txt

[!race] skip
[short] skip

mkdir $WORKDIR/tmp/pkg
go install -race -pkgdir=$WORKDIR/tmp/pkg std

-- go.mod --
module empty

go 1.16
-- pkg/pkg.go --
package p