Hi Marek, On Mon, Dec 9, 2024, at 4:47 PM, Marek Paśnikowski wrote: > > Does this mean I will have to `make` the project before `building go`? >
I'm not sure how the go-build-system interacts with stuff like this, or what complexity the Makefile may bring. Probably the simplest thing is to add a build phase which executes the utility script at the corresponding point in your build, but this is ultimately your judgement call. -- Ian