Releases: tarantool/go-option
Releases · tarantool/go-option
v0.1.0
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.