mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-04 15:02:49 +08:00
12 lines
198 B
Go
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)
|
|
}
|