mirror of
https://github.com/kopia/kopia.git
synced 2026-01-20 20:37:54 -05:00
Use non-formatting logging functions for message without formatting.
For example, `log.Info("message")` instead of `log.Infof("message")`
Configure linter for printf-like functions