Skip to content

Instantly share code, notes, and snippets.

@dumindu
Created August 17, 2019 13:59
Show Gist options
  • Save dumindu/d3fa744b9ad64cfc1aaa5ded6b50937f to your computer and use it in GitHub Desktop.
Save dumindu/d3fa744b9ad64cfc1aaa5ded6b50937f to your computer and use it in GitHub Desktop.
import vr "myapp/util/validator"
func main() {
// ...
validator := vr.New()
application := app.New(logger, db, validator)
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment