fusenapi/server/order/order_test.go
2023-09-20 15:07:12 +08:00

8 lines
72 B
Go

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