A very simple example is i downloaded a package from github say GITHUB/GOTA
Now when i use go get github/gota It installs the package in my src directory But it doesn't download Github/gonum And github/gonum/plots Too On which gota package is depended... That's what i expect it to do too... On 22-Jun-2017 8:10 pm, "Ian Lance Taylor" <i...@golang.org> wrote: On Wed, Jun 21, 2017 at 6:39 PM, <vickey.co...@gmail.com> wrote: > > Go get function should import packages exponentially. > > Like the dependency of the package and the dependency of the dependent package should all be downloaded at once when we download the package. > > It should check if the package exist if not download all of the stuff. Its vry common in languages like R and python. Golang should have it too. Because it then becomes hard to keep track of packages required. If I understand you correctly, that is how it works today. So I probably do not understand what you mean. Can you give an example showing what you do, what you expect to happen, and what happens instead? Thanks. Ian -- 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.