fusenapi/shared/main_test.go

8 lines
75 B
Go
Raw Normal View History

2023-08-09 08:54:52 +00:00
package shared
2023-07-25 11:32:51 +00:00
import "testing"
func TestMain(t *testing.T) {
test1()
}