An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Optional values for Go

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sagikazarmark/go-option/ci.yaml?style=flat-square)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](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).