mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
* Set up and use logrus logger in main Also return errors more consistently from other functions. * Updated wording styles * Prefer human-readable descriptions to method names * Wrapped errors use gerund forms, e.g. "doing x: %w" * Log traces start with a capital letter * Fix style on standard log failure cases --------- Co-authored-by: Manu Gupta <manugupt1@gmail.com>