mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 03:47:38 +03:00
Add bufio cached packet conn
This commit is contained in:
parent
53c9f8d137
commit
9cd9268a7e
2 changed files with 47 additions and 1 deletions
|
@ -30,6 +30,7 @@ linters:
|
|||
- gocognit
|
||||
- golint
|
||||
- goimports
|
||||
- nosnakecase
|
||||
|
||||
linters-settings:
|
||||
revive:
|
||||
|
@ -41,4 +42,9 @@ linters-settings:
|
|||
disable:
|
||||
- composites
|
||||
- fieldalignment
|
||||
- shadow
|
||||
- shadow
|
||||
gci:
|
||||
sections:
|
||||
- standard
|
||||
- prefix(github.com/sagernet/sing)
|
||||
- default
|
Loading…
Add table
Add a link
Reference in a new issue