Charmil Validator Quickstart
Installation:#
First use
go getto 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/charmilNext, 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.