/okey-dokey

Validation library for GoLang

Primary LanguageGoGNU Lesser General Public License v3.0LGPL-3.0

Overview

A validation library for GoLang structs and primitives. You define your validations as variable structures, then validate against them.

Uses interfaces for the emitters.

Generating everything

go run ./cmd/gen/generate.go --templatePath templates --outputRootPath .

Todo

  • Floats!
  • Replace the pathing with a more agnostic pathing/pointer system. This is ROUGHLY using JSON pointers.