blob: aed9a485fb40e70f721d6380e44653cb15347eb3 (
plain)
1
2
3
4
5
6
7
|
# Whitespace linter
Whitespace is a linter that checks for unnecessary newlines at the start and end of functions, if, for, etc.
## Installation guide
Whitespace is included in [https://github.com/golangci/golangci-lint/](golangci-lint). Install it and enable whitespace.
|