Chore: Merge branch 'ogn-dev' into with-tun

This commit is contained in:
yaling888
2022-03-16 20:16:30 +08:00
74 changed files with 675 additions and 281 deletions

View File

@ -2,7 +2,7 @@ linters:
disable-all: true
enable:
- gofumpt
- megacheck
- staticcheck
- govet
# - gci
@ -12,3 +12,5 @@ linters-settings:
- standard
- prefix(github.com/Dreamacro/clash)
- default
staticcheck:
go: '1.18'