1# Missing package error message 2! go build vend/x/vendor/p/p 3 4-- vend/x/vendor/p/p/p.go -- 5package p 6 7import _ "notfound"
View as plain text