Skip to content

Release yaml-parse/v0.2.0

Compare
Choose a tag to compare
== v0.2.0 Simplify usage

* Remove -f option to read from file

[source, diff]
----
- yaml-parse -f test_data/test.yaml
+ yaml-parse test_data/test.yaml
----

* Remove replace directives in go.mod