Sign in
go
/
go.git
/
37b7c99ffdad7e1777669c2dde986dd6a1f2ea02
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
binary_only.txt
blob: 397904efaa8ab0fc9ebc826d32e8001b985ffb9f [
file
]
# check that error for missing binary-only says where it should be
! go build b
stderr pkg[\\/].*a\.a
-- a/a.go --
//go:binary-only-package
package a
-- b/b.go --
package b; import "a"