first commit

This commit is contained in:
darthsandmann
2022-12-18 16:13:50 +01:00
commit b3c85a4c40
19 changed files with 2183 additions and 0 deletions

26
.golangci.yaml Normal file
View File

@@ -0,0 +1,26 @@
linters:
disable-all: true
enable:
- deadcode
- errcheck
- gofmt
- goimports
- gosimple
- ineffassign
- misspell
- staticcheck
- structcheck
- unconvert
- unused
- varcheck
- govet
linters-settings:
goimports:
local-prefixes: github.com/bastiandoetsch/mullvad-best-server
output:
format: tab
run:
deadline: 10m