Add support for YAML configuration instead of JSON #446
Labels
feature
New feature or request
go
Pull requests that update Go code
good_first_issue
Good for newcomers
low_priority
Not very important
quality_of_life
Improve usage
JSON is nice and all, but YAML is preferred by many people. It should be relatively easy to add support.
Check the extension and if
.yml
or.yaml
useYAML
parser instead ofJSON
.The text was updated successfully, but these errors were encountered: