package helper
import "testing"
func TestToChinese(t *testing.T) {
arg := "sub_msg"
got := ToChinese(arg)
t.Log(got)
}