Add testing and CI integration

This commit is contained in:
Daniel
2019-10-25 13:36:11 +02:00
parent 4348caa258
commit a976d5270c
4 changed files with 231 additions and 0 deletions

10
.golangci.yml Normal file
View File

@@ -0,0 +1,10 @@
linters:
enable-all: true
disable:
- lll
- gochecknoinits
- gochecknoglobals
- funlen
- whitespace
- wsl
- godox