Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
5 contributions in the last year
Contribution activity
July - September 2020
rgshare has no activity
yet for this period.
June 2020
Created a pull request in zouyx/agollo that received 2 comments
Created an issue in zouyx/agollo that received 7 comments
[BUG]yml配置解析错误
请简单描述bug的场景
当yml配置的格式是数组类型时,解析出来的结果是空。配置:
thrift: faiss: - xxx - xxx
原因是yml解析相关代码把配置统一当做string进行解析,而viper在做类型转换时,如果实际类型不是字符串返回的结果是空。
相关代码:
func con…
7
comments