Is `go get` recursive? Aka: Are git submodules taken care of when installing a dependency from a git repository

38 Views Asked by At

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.

0

There are 0 best solutions below