Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.16.5
  • v1.16.4
  • v1.16.3
  • v1.16.2
  • v1.16.1
  • v1.16.0
  • v1.15.0
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.0
  • v1.11.0
  • v1.10.2
  • v1.10.1
  • v1.10.0
  • v1.9.0
  • v1.8.3
  • v1.8.2
  • v1.8.1
21 results

README.md

Blame
  • 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.

    License

    AGPL-3.0