Golang: JSON YAML TOML (config) File Reading
Reading specific file types (JSON, YAML, TOML)
In the previous post, we have seen how to read files in golang, in this extended post of that part, we will look into reading some specific files used for configuration and storing data like JSON, YAML, ...
techstructiveblog.hashnode.dev14 min read