I\'ve got a trouble with conditional compilation in Go 1.
Here is my test code. Is there anything I misunderstand about the \"// +build\" constraint and the \"-tags\
You must follow // +build XXX with a blank line.
// +build XXX
In my brief search, I couldn't find where/if this is documented. But the source clearly calls it out