V2bX/cmd/server_test.go

8 lines
69 B
Go
Raw Normal View History

2023-05-23 22:26:14 -04:00
package cmd
import "testing"
func TestRun(t *testing.T) {
Run()
}