1# Policy decision: we shouldn't vendor golang.org/x/sys/unix in std 2# See https://golang.org/issue/32102 3 4env GO111MODULE=on 5go list std 6! stdout vendor/golang.org/x/sys/unix
View as plain text