mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-10 01:48:18 +09:00
4a9a329339
Go style recommends that log messages and error strings should not be capitalized (unless beginning with proper nouns or acronyms) and should not end with punctuation. This change normalizes all zerolog .Msg() and .Msgf() calls to start with lowercase letters, following Go conventions and making logs more consistent across the codebase.