fusen-render/main_test.go
2023-07-28 19:04:21 +08:00

8 lines
79 B
Go

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