英文:
how to read large YAML file in golang?
问题
有没有一种在Golang中读取大型YAML文件的内存高效方式,比如说有没有一种在Go语言中以块的方式读取YAML文件的方法?
英文:
Is there any memory-efficient way to read large YAML files in Golang, like is there any way to read YAML file in chunks in go lang
答案1
得分: 1
我使用了Viper。对我来说效果很好。
英文:
I used Viper. Worked well for me.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论