added docs
parent
76f546217d
commit
266d3f6da4
|
@ -0,0 +1,7 @@
|
||||||
|
/*
|
||||||
|
Package opt has a number of sub-packages provides alternatives to Go's built-in types (bool, float64, int64, string, time.Time)
|
||||||
|
that also let you express a "lack of a value"; for the Go programming language; these are similar to "option types" or "maybe types"
|
||||||
|
in some other programming languages.
|
||||||
|
*/
|
||||||
|
package opt
|
||||||
|
|
Loading…
Reference in New Issue