mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
update packages
This commit is contained in:
parent
84341b7fcc
commit
3a4d769bb3
189 changed files with 6677 additions and 1897 deletions
7
Makefile
7
Makefile
|
|
@ -15,7 +15,12 @@ file:
|
|||
go generate ./assets/...
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
go fmt ./assets/...
|
||||
go fmt ./client/...
|
||||
go fmt ./cmd/...
|
||||
go fmt ./models/...
|
||||
go fmt ./server/...
|
||||
go fmt ./utils/...
|
||||
|
||||
frps:
|
||||
go build -o bin/frps ./cmd/frps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue