Skip to content

v0.2.0

Compare
Choose a tag to compare
@chenjunbiao chenjunbiao released this 13 Oct 09:53
· 69 commits to master since this release
65f40ad

support primitive type for YoMo to codec:

  • string, []string
  • int32, []int32
  • uint32, []uint32
  • int64, []int64
  • uint64, []uint64
  • float32, []float32
  • float64, []float64
    closes #14