[go-nuts] Triggering go:generate via go build/install?

2022-08-08 Thread 'David Vennik' via golang-nuts
One of the big advantages of many other build systems and for which reason many Go projects use Makefiles is that running generators is not automated. As I see it, the only thing required to make it automatic is annotation to make note of the sources that generators build off and trigger rerunni

[go-nuts] BPF target

2022-02-24 Thread 'David Vennik' via golang-nuts
With the Solana project running with the old and perfectly adequate BPF bytecode and execution engines already inside the linux kernel, it seems that this might be a good target to add to Go's existing targets. I mean, yes, I am aware of the severe limitations, no loops, etc, but to be able to