https://github.com/sagikazarmark/go-option
Optional values for Go
https://github.com/sagikazarmark/go-option
Last synced: 3 months ago
JSON representation
Optional values for Go
- Host: GitHub
- URL: https://github.com/sagikazarmark/go-option
- Owner: sagikazarmark
- License: mit
- Created: 2022-05-30T21:05:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T08:06:40.000Z (about 1 year ago)
- Last Synced: 2025-06-29T12:44:42.897Z (3 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optional values for Go

[](https://pkg.go.dev/mod/github.com/sagikazarmark/go-option)## Installation
```shell
go get github.com/sagikazarmark/go-option
```## License
The project is licensed under the [MIT License](LICENSE).