Files
ecs/unlocktest/media_test.go

11 lines
113 B
Go

package unlocktest
import (
"fmt"
"testing"
)
func Test(t *testing.T) {
fmt.Printf("%s", MediaTest("zh"))
}