Yash Verma
Yash Verma

Reputation: 1

how to read large YAML file in golang?

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

Answers (1)

James H
James H

Reputation: 580

I used Viper. Worked well for me.

Upvotes: 0

Related Questions