mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
rename models to pkg (#2005)
This commit is contained in:
parent
710ecf44f5
commit
3fbdea0f6b
111 changed files with 196 additions and 196 deletions
5
Makefile
5
Makefile
|
|
@ -28,11 +28,10 @@ test: gotest
|
|||
|
||||
gotest:
|
||||
go test -v --cover ./assets/...
|
||||
go test -v --cover ./client/...
|
||||
go test -v --cover ./cmd/...
|
||||
go test -v --cover ./models/...
|
||||
go test -v --cover ./client/...
|
||||
go test -v --cover ./server/...
|
||||
go test -v --cover ./utils/...
|
||||
go test -v --cover ./pkg/...
|
||||
|
||||
ci:
|
||||
go test -count=1 -p=1 -v ./tests/...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue