The project has been officially released, welcome to use!
A collection of foundational libraries that provide core support for the go-spring
framework.
The barky
package offers tools for working with hierarchical key-value data structures, mainly for handling nested data in configuration formats such as JSON
, YAML
, or TOML
.
flatten
- Unfold nested data structures into a single-layer structure.
The testing
directory contains a complete set of testing utilities that provide assertions and validations.
assert
– Non-blocking Assertions
Provides helper utilities for test assertions with a functional and fluent style. When an assertion fails, the test continues executing.
require
– Blocking Assertions
Provides helper utilities for test assertions that stop test execution immediately upon failure.
Apache License Version 2.0