On Thu, Sep 15, 2016 at 5:53 PM, Joe Blue <joeble...@gmail.com> wrote:

> thanks James
>
> You lost me here.
>

Where's here? O can try to provide more detail if you let me know what
you're not following. If you go into each repo that's not working and
checkout master, "go get -u" will work again.


> go get always pulls from master though ?
>
>
Yes, "go get" clones the master branch if there is no local copy, and runs
`git pull --ff-only` if the repo exists and the -u flag is provided (as you
see in the log).

-- 
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