package chinese import ( "testing" ) func TestFirstPinYin(t *testing.T) { if "C" != FirstPinYin("测试") { t.Fatal("首字母拼音错误") } }