Vestmore_GO/server/app/main_test.go
2024-04-07 18:12:24 +08:00

8 lines
72 B
Go

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