maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1linters:
 2  enable:
 3  - gosimple
 4  - errcheck
 5  - staticcheck
 6  - ineffassign
 7  - typecheck
 8  - govet
 9  - unused
10  - goimports
11  - prealloc
12  - unconvert
13  - misspell
14  - whitespace
15  - nakedret
16  - dogsled
17  - copyloopvar