On Mon, Aug 6, 2018 at 6:12 AM Kevin Locke <ke...@kevinlocke.name> wrote:

> Is there a way to update packages installed using `go get` without
> duplicating packages that are distributed with Go or by my Linux
> distribution?

Assuming your $GOPATH is something like
<distro-provided-packages>:<locally-installed-packages>

$ cd <locally-installed-packages>/src; go get -u ./...

-- 

-j

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