I have a project that using golang.org/x/crypto/ssh, when I try to build it, i usually do a go get ./... command(since it's easy to remember for every project and shorter than go get golang.org/x/crypto/ssh), but then it reports cannot find package "golang.org/x/net/context/ctxhttp". It seems it's a dependency of the crypto/ssh package(I'm not sure), so I have to do another go get ./..., and now it reports cannot find package "golang.org/x/text/encoding"... So what's the right way to do it conventionlly?
-- 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.