mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-05 07:17:01 +08:00
11 lines
113 B
Go
11 lines
113 B
Go
package unlocktest
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func Test(t *testing.T) {
|
|
fmt.Printf("%s", MediaTest("zh"))
|
|
}
|