fusenapi/server/product/product_test.go
2023-06-08 10:51:56 +08:00

8 lines
72 B
Go

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