mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Created a section for Go implementations of "option types" / "maybe types".
parent
e116fa478b
commit
7b682604af
@ -69,6 +69,7 @@ If you find a project in this list that is dead or broken, please either mark it
|
|||||||
* [ZeroMQ](#zeromq)
|
* [ZeroMQ](#zeromq)
|
||||||
* [Misc Networking](#misc-networking)
|
* [Misc Networking](#misc-networking)
|
||||||
* [Operating System Interfaces](#operating-system-interfaces)
|
* [Operating System Interfaces](#operating-system-interfaces)
|
||||||
|
* [Option Types](#option-types)
|
||||||
* [Other Random Toys, Experiments and Example Code](#other-random-toys-experiments-and-example-code)
|
* [Other Random Toys, Experiments and Example Code](#other-random-toys-experiments-and-example-code)
|
||||||
* [P2P and File Sharing](#p2p-and-file-sharing)
|
* [P2P and File Sharing](#p2p-and-file-sharing)
|
||||||
* [Programming](#programming)
|
* [Programming](#programming)
|
||||||
@ -1456,6 +1457,10 @@ See also [[SQLDrivers page|SQLDrivers]].
|
|||||||
* [inspect/os](https://github.com/square/inspect) - Metrics library for operating system measurements (Linux/MacOSX)
|
* [inspect/os](https://github.com/square/inspect) - Metrics library for operating system measurements (Linux/MacOSX)
|
||||||
* [service](https://github.com/kardianos/service) - Service will install / un-install, start / stop, and run a program as a service (daemon) on Windows/Linux and OSX.
|
* [service](https://github.com/kardianos/service) - Service will install / un-install, start / stop, and run a program as a service (daemon) on Windows/Linux and OSX.
|
||||||
|
|
||||||
|
## Option Types
|
||||||
|
|
||||||
|
* [opt](https://github.com/reiver/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.
|
||||||
|
|
||||||
## Other Random Toys, Experiments and Example Code
|
## Other Random Toys, Experiments and Example Code
|
||||||
|
|
||||||
* [goconc](http://code.google.com/p/goconc/) - A collection of useful concurrency idioms and functions for Go, compiled
|
* [goconc](http://code.google.com/p/goconc/) - A collection of useful concurrency idioms and functions for Go, compiled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user