A collection of small, reusable Go packages used across OFKM projects.
Each package is self-contained and depends only on the Go standard library, so you can import just the ones you need.
validation- Validating and normalizing untrusted user input, such as file paths.
go get go.ofkm.dev/kitRequires Go 1.26 or later. Documentation for each package is available on pkg.go.dev.
Released under the BSD 3-Clause License.