Skip to content

User friendly and more functional mkunion

Latest
Compare
Choose a tag to compare
@widmogrod widmogrod released this 03 Jan 16:23
· 817 commits to main since this release
69cec26

V1.2.x

  • Add breadth-first reducer traversal

V1.3.x

  • Use go:embed for templates

V1.4.x

  • Add function generation like Match to simplify work with unions
  • Benchmark implementation of Match vs Reducer (depth-first has close performance, but breadth-first is much slower)

V1.5.x

  • Add support for multiple go:generate mkunion in one file

V1.6.x

  • Add variant types inference