mirror of https://github.com/golang/go.git
cmd/go: fix build
Change-Id: Ia13d1fa450e88e278b81048b99686395ca474c99 Reviewed-on: https://go-review.googlesource.com/11259 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
1eb8c4aa44
commit
dc89350fed
|
|
@ -0,0 +1,3 @@
|
|||
package p
|
||||
|
||||
import _ "notfound"
|
||||
Loading…
Reference in New Issue