samonzeweb / goconstants

Go pseudo-constants helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goconstants

CI Status GoDoc

goconstants is a simple package with helpers to manage constants types and values in Go. It allows to avoid boilerplate code, and standardize the way groups of constants (enumerations) are managed.

The code is just written to explore the solution space, but it's tested and could be considered production ready. If it's not, feel free to submit a pull request.

Licence

Released under the MIT License, see LICENSE.txt for more informations.

About

Go pseudo-constants helpers

License:MIT License


Languages

Language:Go 100.0%