mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-11 05:20:05 +00:00
4337871f7f
* use "log" for struct fields * use "logger" for function parameters and local vars This is a compromise between: 1) using logger := log.New() to avoid aliasing (log := log.New()) 2) and keeping it short when logging e.g.: srv.log.Info(...) |
||
---|---|---|
.. | ||
cmd.go | ||
customflags_test.go | ||
customflags.go | ||
diskusage_windows.go | ||
flags_test.go | ||
flags.go |