Y
Hacker News
new
|
ask
|
show
|
jobs
by
capital_guy
878 days ago
What kind of idiomatic code generation is there in Go?
2 comments
esprehn
878 days ago
`go generate` is built right into the language:
https://go.dev/blog/generate
It's quite common to generate code that way.
link
jsolson
878 days ago
I mean, they weren't exactly shy about it:
https://go.dev/blog/generate
link
https://go.dev/blog/generate
It's quite common to generate code that way.