| 30 May 2025 |
jrick | go already has its own (very good) dependency tooling | 18:22:17 |
jrick | buildGoModule is built to work with that | 18:22:36 |
K900 | In reply to @s_r:matrix.org Feels a bit strange that I'll be using different files in the shell than to build the final derivation thought. What's the reason not to feed the dependencies to go as part of the build shell (e.g. by modifying GOPATH the same way the go builder does)? Go will also explode horribly if you give it a version of an input that is even slightly off | 18:22:52 |
jrick | practically every go project in existence uses go modules | 18:23:06 |