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()
|
|
|
|
}
|