my-log/models
Dan Jones 1110288d84 Migrate from testify to nalgeon/be testing library
- Replace all testify/assert and testify/require with be library
- Update go.mod to use be v0.3.0 instead of testify
- Simplify test assertions using be.Equal, be.Err, and be.True
- Refactor append_test, entry_test, meta_test, log_test, and formatter tests
2026-02-13 16:02:38 -06:00
..
entry.go Ensure an id is included when serializing a log entry 2026-02-05 13:11:28 -06:00
entry_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00
errors.go ♻️ Use defined errors 2024-01-28 12:41:55 -06:00
log.go Unmarshal log 2024-02-03 18:52:12 -06:00
log_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00
meta.go Add support for mixed-level nested keys with dot/blank handling 2026-02-12 10:41:35 -06:00
meta_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00
metas.go Add support for mixed-level nested keys with dot/blank handling 2026-02-12 10:41:35 -06:00