+6 years later, It seems that this issue still a problem.
There is a open ticket on github for
it: https://github.com/golang/go/issues/16791
I've been facing this issue for a while, and on my experience the best
workaround is to serialize the CSV to the disk after reading it.
Cheers.
On Tuesda
gurp...@gmail.com wrote:
"The error occurs because the repo got a new branch since your last go
get."
...right ... but look how many errors, one have to manually get "fixed" in
order get a dependency updated.
$ go get -u github.com/dancannon/gorethink
# cd /opt/gocode/src/github.com/Sirupsen/l
at 11:28:28 AM UTC+2, Jan Mercl wrote:
>
> On Thu, Oct 13, 2016 at 8:18 AM Thomas Modeneis > wrote:
>
> > I hate comparing Go with Node, but (I'm sorry)... How about doing the
> same that NPM does ? NPM installs the target module + target version. End.
>
> I'
> What would you suggest 'go get' can do to "do better"?
I hate comparing Go with Node, but (I'm sorry)... How about doing the same
that NPM does ? NPM installs the target module + target version. End.
On Thursday, October 13, 2016 at 7:31:37 AM UTC+2, Jan Mercl wrote:
>
> On Thu, Oct 13, 2016 a
Hi Oir,
The main problem seems to be related to go get believe me or not.
I manage to get this right after I deleted $GOPATH/pkg/*
and $GOPATH/src/golang.org
Thanks
On Wednesday, October 12, 2016 at 3:51:07 PM UTC+2, ohir wrote:
>
> Dnia 2016-10-12, o godz. 02:37:16
> Thomas
Oh this is one of the problems that is really time consuming. I'm not sure
if this is related, but I've never had this kind of problems before +1.7.
@Dave, I've tried your "quick-fix" but no luck ...
$ go get google.golang.org/grpc
# cd /opt/gocode/src/golang.org/x/net; git pull --ff-only
You ar
This issue is all over the web, people are having problems multiple times:
http://stackoverflow.com/questions/33064343/go-get-git-error-on-all-sources-but-golang-org
https://github.com/tools/godep/issues/60
https://github.com/golang/go/issues/6042
http://stackoverflow.com/questions/30188499/how-to