Re: [go-nuts] Re: go get with vanity import path and 404: fails

2020-06-21 Thread 'Dan Kortschak' via golang-nuts
As a follow-up to the follow-up, I have filed golang.org/issue/39748; the error is apparently not in minification, but in the go command's handling of html. The workaround remains the same. On Sun, 2020-06-21 at 03:23 +, Dan Kortschak wrote: > Thanks to Tim and Eric Bajumpaa on slack. > >

Re: [go-nuts] Re: go get with vanity import path and 404: fails

2020-06-20 Thread 'Dan Kortschak' via golang-nuts
Thanks to Tim and Eric Bajumpaa on slack. The issue was due to an error in minification where the quotes around the name attribute value are stripped. Turning off minification is an interim workaround while that is broken. Dan On Sat, 2020-06-20 at 18:10 -0700, Tim Heckman wrote: > Closing the

[go-nuts] Re: go get with vanity import path and 404: fails

2020-06-20 Thread Tim Heckman
Closing the loop on this. They reached out in the Gopher Slack and we pieced it together: - https://gophers.slack.com/archives/C029RQSEE/p1592699134083700 It has to do with this section of code: -