## 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:

* [x] Define flags in a structure

## Installation

```shell
go get gitlab.schukai.com/oss/libraries/go/network/xflags
```

**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/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.

## License

[AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/)