hedhyw / json-log-viewer

Interactive viewer for JSON logs.
MIT License
77 stars 7 forks source link

feat: support human readable timestamps #38

Closed cosmastech closed 9 months ago

cosmastech commented 9 months ago

To resolve https://github.com/hedhyw/json-log-viewer/issues/36

This is my first time working on anything in Go, so I would appreciate any pointers. Thanks for the opportunity to work on this!

cosmastech commented 9 months ago

@hedhyw This is my first major contribution to anything in Golang. I hope that I didn't make too much of a mess of anything (especially the tests!).

Look forward to your review notes 🙏

hedhyw commented 9 months ago
hedhyw commented 9 months ago

one more thing there is a test example ExampleGetDefaultConfig, kind should be updated there.

image

cosmastech commented 9 months ago

Thanks @hedhyw! Ready for a final pass.