fusenapi/server/auth/auth_test.go

11 lines
78 B
Go
Raw Normal View History

2023-07-25 11:32:51 +00:00
package main
2023-09-04 02:50:21 +00:00
import (
"testing"
)
2023-07-25 11:32:51 +00:00
func TestMain(t *testing.T) {
2023-09-04 03:32:17 +00:00
2023-07-25 11:32:51 +00:00
main()
}