Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@bigbes bigbes released this 20 Aug 16:31
· 2 commits to master since this release

This release introduces base option types: wrappers for all types supported by the msgpack/v5 library and a generic type.

Added

  • Implemented optional types for builtin go types int*, uint*, float*, bytes, string, bool.
  • Implemented generic optional type for any go type.