Hi, I've made an attempt at making a build system for Go. It seems to work, but it's not pretty. My Guix/Guile skills are bad, so keep your expectations to a minimum. Consider it something where there was nothing. I started with a copy of the GNU build system, removed code I felt wasn't necessary, then adapted to Go's needs. Note, comments and those first text string after a (define) have not been updated. Unnecessary #:use-modules have not been removed. In short, it's bad and there's a lot to do make it ok-ish. That's where you come in :) I'll add Syncthing, a sizeable Go project, and its dependencies in a later e-mail. These recipes uses this Go build system, and my primary goal has been to make these nice, while functional. Now we can hopefully work on the build system with a minimum of modifications to the recipes. Happy hacking! Petter