use vgo

This commit is contained in:
magicsong
2019-07-19 18:20:58 +08:00
committed by zryfish
parent 45243c987d
commit c6ad0ebc3e
1267 changed files with 48006 additions and 311454 deletions

25
vendor/github.com/lucas-clemente/quic-go/.golangci.yml generated vendored Normal file
View File

@@ -0,0 +1,25 @@
run:
skip-files:
- h2quic/response_writer_closenotifier.go
- internal/handshake/unsafe_test.go
linters-settings:
misspell:
ignore-words:
- ect
linters:
disable-all: true
enable:
- deadcode
- goconst
- goimports
- gosimple
- ineffassign
- misspell
- staticcheck
- structcheck
- unconvert
- unused
- varcheck
- vet