Hacker News new | ask | show | jobs
by texuf 1124 days ago
Do you think you could ever generate types for go? The protobuf implementation of oneof in go is pretty rough to look at, and not fun to type over and over.
1 comments

I'd love for Typical to support Go! We'd need someone with enough time to implement it.

If anyone is interested in contributing any code generators, you can start by copying the Rust or TypeScript generator and modifying it appropriately. See the contributing guide here: https://github.com/stepchowfun/typical/blob/main/CONTRIBUTIN...