[go-nuts] Re: It was removed some packages from go.googlesource.com

2018-04-24 Thread theckman via golang-nuts
This should now be fixed. Here's the RCA: - https://github.com/golang/lint/issues/397#issuecomment-383994496 Cheers! -Tim On Monday, April 23, 2018 at 6:58:55 AM UTC-7, takanao ENDOH wrote: > > Hi, guys. > > Could not `go get golang.org/x/lint/golint` > . > Is

[go-nuts] Re: It was removed some packages from go.googlesource.com

2018-04-24 Thread gary . willoughby
OMG I didn't realize that repo had gone. I need to update some of my projects. Christ sake!!! On Tuesday, 24 April 2018 16:42:33 UTC+1, thec...@netflix.com wrote: > > Hey Gary, > > This isn't a leftpad moment. Your code can still be compiled, and there's > a not too invasive workaround: > > -

[go-nuts] Re: It was removed some packages from go.googlesource.com

2018-04-24 Thread theckman via golang-nuts
Hey Gary, This isn't a leftpad moment. Your code can still be compiled, and there's a not too invasive workaround: - https://github.com/golang/lint/issues/397#issuecomment-383752949 Our leftpad moment was a few months ago when this repo disappeared: - https://github.com/jteeuwen/go-bindata -

[go-nuts] Re: It was removed some packages from go.googlesource.com

2018-04-24 Thread gary . willoughby
This is Go's leftPad moment. Dependency management is a complete joke in Go! https://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/ On Monday, 23 April 2018 14:58:55 UTC+1, takanao ENDOH wrote: > > Hi, guys. > > Could not `go get golang.org/x/lint/golint` >