You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2c471d1 commit was created to work around golang/go#10776 issue. But golang/go#10776 is fixed now. I think you should revert the effects of 2c471d1 - just use standard go build command.
I suspect it is not trivial to implement. Since the fix will only appear in go1.9 (hopefully), you have to support pre go1.9 users as well as after go1.9 users.
Leaving for you to decide what to do here. Please, let me know if I can help in any way.