mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
refactor the code related to xtcp (#3449)
This commit is contained in:
parent
9f029e3248
commit
c71efde303
44 changed files with 3305 additions and 1699 deletions
3
Makefile
3
Makefile
|
|
@ -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 ./...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue