2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-22 03:30:45 +07:00

add golangci

This commit is contained in:
tu-antoine 2019-08-08 09:23:03 +09:00
parent 4ef06752ea
commit b33ef93354
No known key found for this signature in database
GPG Key ID: 2C690675BE9158E5

8
.golangci.yml Normal file
View File

@ -0,0 +1,8 @@
linters:
enable:
- dupl
- goconst
- gofmt
- golint
- typecheck
- unparam