good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4337871f authored by battlmonstr's avatar battlmonstr Committed by GitHub
Browse files

Rename log/logger to follow conventions. (#3579)

* 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(...)
parent e6c056e6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment