feat(Go-StudyExample):2020/12/15: 新增通过pinyin包获取中文拼音的使用示例

This commit is contained in:
Huangzj
2020-12-15 15:18:52 +08:00
parent fd73da44a2
commit 4aaa91df9b
3 changed files with 61 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ json与struct之间转换处理工具使用示例
2020/12/15: 新增通过gopsutil包读取服务器信息的方法
2020/12/15: 新增通过pinyin包获取中文拼音的使用示例
# mod vendor模式加载包
通过go mod的方式加载的github上面的包会有报红的问题,但是包本身是可以运行的,这样就是会有一个问题,如果你想要点击去看方法的内容,没办法做到