• 0 Posts
  • 141 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

















  • I don’t know the Go answer, but this problem exists in other languages and platforms. It can be incredibly annoying when the http client library doesn’t support unwrapping, even with generics.

    If you need the subfield to have a name based on the type, you’re going to need introspection / code generation.