refactor the code related to xtcp (#3449)

This commit is contained in:
fatedier 2023-05-28 16:50:43 +08:00 committed by GitHub
parent 9f029e3248
commit c71efde303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 3305 additions and 1699 deletions

View file

@ -19,6 +19,9 @@ fmt:
fmt-more:
gofumpt -l -w .
gci:
gci write -s standard -s default -s "prefix(github.com/fatedier/frp/)" ./
vet:
go vet ./...