go-p2p/logging
Snider 66bc0b862f
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 2m7s
refactor: replace fmt.Errorf/os.* with go-log/go-io conventions
Replace all fmt.Errorf and errors.New in production code with
coreerr.E("caller.Method", "message", err) from go-log. Replace
os.ReadFile/os.WriteFile/os.MkdirAll/os.Remove with coreio.Local
equivalents from go-io. Test files left untouched.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 20:38:55 +00:00
..
logger.go refactor: replace fmt.Errorf/os.* with go-log/go-io conventions 2026-03-16 20:38:55 +00:00
logger_test.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00