fusenapi/shared/main_test.go
2023-08-09 16:54:52 +08:00

8 lines
75 B
Go

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