Files
ecs/commediatest/media.go
spiritysdx 0604528cf1 update
2024-06-25 19:56:54 +08:00

12 lines
198 B
Go

package commediatest
import (
"fmt"
"github.com/oneclickvirt/CommonMediaTests/commediatests"
)
func ComMediaTest(language string) {
res := commediatests.MediaTests(language)
fmt.Printf(res)
}