Skip to main content

Charmil Validator Quickstart

  • Installation:#

    First use go get to install the latest tagged release of the framework. The following command will install the framework along with its dependencies:

    $ go get -u github.com/aerogear/charmil

    Next, import the Charmil Validator package into your project:

    import "github.com/aerogear/charmil/validator"
  • Usage:#

    For usage instructions on Charmil Validator, please refer to this link.