Diego wrote: > Is there a way to know if a binary has to be rebuilt, due to changes to some of its dependencies?
It maybe a bit an off topic, but if you have a mono repo and want to be able to specify internal dependencies as well and rebuild only what is necessary you may want to look into Bazel[1] build tool. It is definitely an investment, but for bigger and/or long-living projects it is well worth it. [1]: https://bazel.build/ -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/7268e701-e5b1-4093-b95c-e3878a9e76bdn%40googlegroups.com.