mirror of
https://github.com/kopia/kopia.git
synced 2026-01-23 13:58:08 -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