go-ethereum/log
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974)
* .golangci.yml: enable check for consistent receiver name

* beacon/light/sync: fix receiver name

* core/txpool/blobpool: fix receiver name

* core/types: fix receiver name

* internal/ethapi: use consistent receiver name 'api' for handler object

* signer/core/apitypes: fix receiver name

* signer/core: use consistent receiver name 'api' for handler object

* log: fix receiver name
2024-06-12 10:45:42 +03:00
..
format_test.go slog: faster and less memory-consumption (#28621) 2023-12-01 13:28:20 +01:00
format.go log: replace the outdated link (#29412) 2024-04-02 15:05:53 +08:00
handler_glog.go log: using maps.Clone (#29392) 2024-04-04 11:59:54 +02:00
handler.go all: fix inconsistent receiver name and add lint rule for it (#29974) 2024-06-12 10:45:42 +03:00
logger_test.go log: fix a typo (#29883) 2024-06-03 15:50:24 +03:00
logger.go all: fix mismatched names in comments (#29348) 2024-03-26 21:01:28 +01:00
root.go log: use native log/slog instead of golang/exp (#29302) 2024-03-22 13:17:59 +01:00