> 2) what's the story with "submodules" ?

Submodules work. But if you can get away with just a single module,
then do :) Because submodules are dependencies nonetheless, and with
them comes the overhead of managing those dependencies. Clearly with
modules that process is made much simpler, but there's still overhead.
The process of managing those dependencies is different compared to
them living in separate repos (in some respects it's more fiddly); but
it's still a process that needs to be followed vs no process at all
(because everything is on the same version "train")

In case it's of any use (you sent your message some time ago):
https://github.com/myitcv/go-modules-by-example/blob/master/009_submodules/README.md

-- 
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.

Reply via email to