fusenapi/server/home-user-auth/home-user-auth_test.go
2023-07-24 19:17:02 +08:00

12 lines
161 B
Go

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