Commit Graph

5 Commits

Author SHA1 Message Date
0d7fd387a6 docs(examples): add a basic and a more complex example in examples dir 2021-08-22 21:53:02 +01:00
c1121a5575 ci(github): add GitHub Actions CI workflow
A few common workflows I normally use are commented out for now, I will
add them at a later date.
2021-08-22 21:53:02 +01:00
22972df8eb chore(makefile): add makefile with common tasks 2021-08-22 21:53:02 +01:00
464467ec86 feat(validate): initial implementation
This is a bare-bones implementation of a basic validation package based
around a very simply Validatable interface:

    type Validatable interface {
        Validate() error
    }

The goal is to keep things as simple as possible, while also giving as
much control as possible over how validation logic is performed.
2021-08-22 21:53:02 +01:00
9e4b022762 docs(readme): add basic readme and license 2021-08-20 03:24:04 +01:00