> /root/go/bin/wire-v0.5.0 gen -tags oss ./pkg/server

Is it running the binary "/root/go/bin/wire-v0.5.0 <args>" at this point? 
If so, it would seem to be a bug in that application. Debug as you would 
any other go program. In particular, try running it under the race 
detector.  You don't give any reference to where this code comes from, but 
I'm guessing it's https://github.com/google/wire (and I note there is now a 
v0.6.0 release of that)

As Ian says: if you want further help (either from golang-nuts or from the 
developer of the "wire" package), it's best if you can trim this down to a 
small standalone test case, which doesn't include any proprietary code 
which you are unwilling to share, but which reproduces the problem.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/02b9d995-a1f6-420c-967b-3d5dcf201ef9n%40googlegroups.com.

Reply via email to