1linters: 2 enable: 3 - bodyclose 4 - dupword # Checks for duplicate words in the source code 5 - gofmt 6 - goimports 7 - ineffassign 8 - misspell 9 - revive 10 - staticcheck 11 - unconvert 12 - unused 13 - vet 14 disable: 15 - errcheck 16 17run: 18 deadline: 2m