intimate_view/goserver/main_test.go
2020-08-19 19:32:01 +08:00

8 lines
72 B
Go

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