1
0
Fork 0
telegraf/docs/developers/CODE_STYLE.md
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

326 B

Code Style

Code is required to be formatted using gofmt, this covers most code style requirements. It is also highly recommended to use goimports to automatically order imports.

Please try to keep lines length under 80 characters, the exact number of characters is not strict but it generally helps with readability.