README ¶ go-zhuyin A utility tool that convert Chinese characters to zhuyin(a.k.a bopomofo). Usage package main import ( "github.com/shmokmt/go-zhuyin" ) func main() { fmt.Print(zhuyin.Convert("日本人")) // ㄖˋ ㄅㄣˇ ㄖㄣˊ } $ zhuyin 日本人 ㄖˋ ㄅㄣˇ ㄖㄣˊ Author shmokmt Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Convert(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Convert ¶ func Convert(s string) string Convert converts chinese characters to zhuyin(a.k.a bopomofo) Types ¶ This section is empty. Source Files ¶ View all Source files zhuyin.go Directories ¶ Show internal Expand all Path Synopsis cmd zhuyin command Click to show internal directories. Click to hide internal directories.