fusenapi/server/pay/pay_test.go
2023-07-26 11:06:05 +08:00

13 lines
215 B
Go

package main
import (
"testing"
)
// var configFile = flag.String("f", "etc/home-user-auth.yaml", "the config file")
func TestMain(t *testing.T) {
// log.Println(model.RawFieldNames[FsCanteenType]())
main()
}