Lint file

This commit is contained in:
Daniel Valdivia
2020-04-01 18:33:40 -07:00
parent 997ec2fc6a
commit a5a6c0f7c2

17
.golangci.yml Normal file
View File

@@ -0,0 +1,17 @@
linters-settings:
misspell:
locale: US
linters:
disable-all: true
enable:
- typecheck
- goimports
- misspell
- govet
- golint
- ineffassign
- gosimple
- deadcode
- unparam
- structcheck