fusenapi/server/auth/auth_test.go

10 lines
77 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) {
main()
}