nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

Yaml implementaion #28

Closed nandagopalan closed 3 months ago

nandagopalan commented 1 year ago

Currently the go commons uses an external dependency for yaml support in codec. I would like to get away with this dependency with an implementation of yaml Reader and Writer within go commons

nandagopalan commented 3 months ago

Not Planned