Sourced from fortio.org/log's releases.
v1.15.0
Changes (#66)
Initial TinyGO support (with 2 PRs needing merge on tinygo side)
Fix for panic on invalid os.StdErr (which is the case for wasm browser side)
Switched to letting https://github.com/kortschak/goroutine deal with maintaining the coroutine ID code
Full Changelog: https://github.com/fortio/log/compare/v1.14.0...v1.15.0
2dbeb36
tinygo support, goroutine hack change, fix panic for invalid stderr, add
test...