• 0 Posts
  • 139 Comments
Joined 3 年前
cake
Cake day: 2023年6月12日

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.