vue-movie/server/main_test.go
2023-05-10 12:46:06 +08:00

8 lines
72 B
Go

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