1env GO111MODULE=off 2 3# Regression test for golang.org/issue/21309: accept relative -pkgdir argument. 4 5[short] skip 6 7mkdir $WORK/gocache 8env GOCACHE=$WORK/gocache 9go build -pkgdir=. runtime
View as plain text