No description
Find a file
2023-06-15 07:05:37 -07:00
.devcontainer Devcontainer config. (#2) 2023-06-13 20:31:52 -07:00
.github/workflows Check required is added. (#4) 2023-06-13 20:39:26 -07:00
doc Optimization support. (#7) 2023-06-14 18:15:52 -07:00
.gitignore Initial commit 2023-06-13 20:27:57 -07:00
check_required.go Maker and Init Checkers functions are added. (#5) 2023-06-14 12:47:14 -07:00
check_required_test.go Maker and Init Checkers functions are added. (#5) 2023-06-14 12:47:14 -07:00
checker.go Removed checker cache optimization. (#9) 2023-06-15 07:05:37 -07:00
checker_test.go Optimization support. (#7) 2023-06-14 18:15:52 -07:00
go.mod Go module. (#1) 2023-06-13 20:30:33 -07:00
LICENSE Initial commit 2023-06-13 20:27:57 -07:00
README.md Optimization support. (#7) 2023-06-14 18:15:52 -07:00

Checker

Checker is a Go library for validating user input through checker rules provided in struct tags.