Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicwaller/optional
Optionals for Go
https://github.com/nicwaller/optional
Last synced: about 6 hours ago
JSON representation
Optionals for Go
- Host: GitHub
- URL: https://github.com/nicwaller/optional
- Owner: nicwaller
- Created: 2024-03-03T16:56:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T22:16:09.000Z (11 months ago)
- Last Synced: 2024-06-21T14:22:11.741Z (8 months ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-optional
## Install
```shell
go get -u github.com/nicwaller/optional
```## Usage
```go
import . "github.com/nicwaller/optional"
```