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

13 lines
215 B
Go
Raw Normal View History

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