Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 223 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 223 Bytes

github.com/gostack/option

This package defines optional types for all built-in types. This allows for optional objects without the need of using nil, which is safer and guaranteed to now cause any problems on runtime.