Y
Hacker News
new
|
ask
|
show
|
jobs
by
zarldev
843 days ago
But all go generate does is run a binary like stringer? This can be used in go generate.
1 comments
mariusor
843 days ago
I'm not sure I understand exactly what you mean, but you can combine go:generate with go run so you can execute code from the current module/project that does what you want.
//go:generate go run ./internal/enumhelper -flag1 -flag2
link
//go:generate go run ./internal/enumhelper -flag1 -flag2