fusenapi/server/home-user-auth/home-user-auth_test.go

13 lines
215 B
Go
Raw Normal View History

2023-06-06 12:24:19 +08:00
package main
2023-06-08 15:41:49 +08:00
import (
"testing"
)
2023-06-12 15:17:42 +08:00
// var configFile = flag.String("f", "etc/home-user-auth.yaml", "the config file")
2023-06-06 12:24:19 +08:00
func TestMain(t *testing.T) {
2023-06-08 15:41:49 +08:00
// log.Println(model.RawFieldNames[FsCanteenType]())
2023-06-06 12:24:19 +08:00
main()
}