refactor to go-restful

This commit is contained in:
Mikaël Cluseau
2019-02-04 13:56:43 +11:00
parent 4d07db7b2c
commit e93b84b60c
390 changed files with 72017 additions and 233 deletions
cmd/dkl-local-server
go.modgo.sum
pkg/apiutils
vendor
github.com
PuerkitoBio
emicklei
go-openapi
gobuffalo
joho
json-iterator
mailru
mcluseau
modern-go
oklog
pkg
rogpeppe
golang.org
modules.txt

23
vendor/github.com/go-openapi/spec/.golangci.yml generated vendored Normal file

@ -0,0 +1,23 @@
linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
gocyclo:
min-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 100
goconst:
min-len: 2
min-occurrences: 2
linters:
enable-all: true
disable:
- maligned
- unparam
- lll
- gochecknoinits
- gochecknoglobals