On Thu, Oct 13, 2016 at 1:31 AM, Jan Mercl  wrote:

> On Thu, Oct 13, 2016 at 3:59 AM Tong Sun wrote:
>
> > You can blame git, but I think "go get" can do better to avoid the
> problem in the first place.
>
> 'go get' just executes `git clone` or `git pull`. What would you suggest
> 'go get' can do to "do better"?
>

The problem occurs between two consequent 'go get' that may have a long
time span. If

   git checkout master

is suppose to fix the problem, then 'go get' should at least try to do
that, I suppose.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to