Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm not entirely familiar with how go dependencies work, but does using git submodules for the dependencies with go make sense?


Almost. `go get` will not resolve your sub-moduled dependencies. It'll work well enough for developing your library, but will break when people try to consume your library (at least, without git cloning it)




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: