Reputation: 1
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
Upvotes: 0
Views: 640
Reputation: 580
I used Viper. Worked well for me.