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.