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>
|
||
|---|---|---|
| .. | ||
| connection.go | ||
| connection_test.go | ||
| header.go | ||
| header_test.go | ||
| storage.go | ||
| storage_test.go | ||
| varint.go | ||
| varint_test.go | ||