Something went wrong on our end
Select Git revision
-
Volker Schukai authoredVolker Schukai authored
README.md 752 B
X-Flags
What do this library?
This library provides a simple way to use flags in your application. It extends the standard library to be able to define and use a structure with flags.
It supports:
- Define flags in a structure
Installation
go get gitlab.schukai.com/oss/libraries/go/network/xflags
Note: This library uses Go Modules to manage dependencies.
Usage
Change Log
1.0.0
- Initial release
Contributing
Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.