fusenapi/server/auth/auth_test.go
2023-07-25 19:32:51 +08:00

8 lines
72 B
Go

package main
import "testing"
func TestMain(t *testing.T) {
main()
}