|
|
||
|---|---|---|
| string | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| optional.go | ||
| optional_get_test.go | ||
| optional_gostring_test.go | ||
| optional_whennothing_test.go | ||
| optional_whensomething_test.go | ||
README.md
go-opt
Package opt implements an optional-type, for the Go programming language.
In other programming languages, an optional-type might be know as: a option type, or a maybe type.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-opt