my-log/formatters
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
..
interface.go Add Formatter.Logs 2024-03-10 20:31:49 -05:00
json.go Pretty print JSON 2024-03-10 20:31:50 -05:00
json_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00
new.go Add null formatter 2024-03-11 21:18:52 -05:00
new_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00
null.go Add null formatter 2024-03-11 21:18:52 -05:00
null_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00
plain.go Add Formatter.Logs 2024-03-10 20:31:49 -05:00
plain_test.go Migrate from testify to nalgeon/be testing library 2026-02-13 16:02:38 -06:00