0

If I install a go dependency from a git repository and this git repository has git submodules, are there taken care of when installing the dependency with go get?

I couldn't find an answer skimming and ctrl-f'ing golang/go/../cmd/go/../get.go). Before starting to test and potentially missing caveats I think it's good to ask people who might know this.

tenxsoydev
  • 370
  • 2
  • 10
  • 2
    In contemporary Go, `go get` does not fetch any modules, it merely adds intent to use them to your module. Please read [this](https://go.dev/ref/mod#mod-commands). – kostix Aug 31 '23 at 22:31

0 Answers0