fusenapi/server/inventory/inventory_test.go

13 lines
215 B
Go
Raw Normal View History

2023-08-03 10:27:52 +00:00
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()
}