Skip to content

Releases: tarantool/go-option

v0.1.0

20 Aug 16:31
Compare
Choose a tag to compare

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.