x-movie/server/main_test.go
2023-07-04 23:47:01 +08:00

8 lines
72 B
Go

package main
import "testing"
func TestMain(t *testing.T) {
main()
}