blob: 397904efaa8ab0fc9ebc826d32e8001b985ffb9f [file] [log] [blame]
# 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"