Hacker News new | ask | show | jobs
by capital_guy 878 days ago
What kind of idiomatic code generation is there in Go?
2 comments

`go generate` is built right into the language:

https://go.dev/blog/generate

It's quite common to generate code that way.

I mean, they weren't exactly shy about it: https://go.dev/blog/generate