Done: https://github.com/golang/go/issues/16841

On Monday, August 22, 2016 at 3:19:48 PM UTC-7, Ian Lance Taylor wrote:
>
> On Mon, Aug 22, 2016 at 2:57 PM, Joshua Liebow-Feeser <he...@joshlf.com 
> <javascript:>> wrote: 
> > 
> > According to the documentation, the //go:binary-only-package directive 
> is 
> > only used when the file is "not excluded by build constraints." However, 
> I 
> > have the following source: 
> > 
> > // +build !build_source 
> > 
> > //go:binary-only-package 
> > 
> > package internal 
> > 
> > and when compiling with "go build -tags build_source" (I haven't built 
> the 
> > binaries yet), I get the error, "missing or invalid package binary for 
> > binary-only package ..." 
> > 
> > Am I doing something wrong? Thanks! 
>
> At first glance, I think it's a bug.  Please open an issue at 
> https://golang.org/issue. 
>
> Ian 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to