mirror of
https://github.com/kopia/kopia.git
synced 2026-09-17 07:38:59 -04: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