fusenapi/server/shopping-cart/order_test.go

8 lines
72 B
Go
Raw Normal View History

2023-09-20 18:04:33 +08:00
package main
import "testing"
func TestMain(t *testing.T) {
main()
}