1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-10 22:48:13 -04:00
V2bX/cmd/server_test.go
2023-05-24 10:26:14 +08:00

8 lines
69 B
Go

package cmd
import "testing"
func TestRun(t *testing.T) {
Run()
}