Added README file.
1 file changed
tree: 3db98a8e095095a8fd21c93041e70bd352d7e718
  1. apic.go
  2. decode.go
  3. decode_test.go
  4. emitterc.go
  5. encode.go
  6. encode_test.go
  7. LICENSE
  8. LICENSE.libyaml
  9. parserc.go
  10. readerc.go
  11. README.md
  12. resolve.go
  13. scannerc.go
  14. sorter.go
  15. suite_test.go
  16. writerc.go
  17. yamlh.go
  18. yamlprivateh.go
README.md

YAML support for the Go language

This package is a pure port of the libyaml C library for the Go language.

Import path

The yaml package should be imported as:

This URL works with “go get”, and it also leads to the package documentation if opened with a browser. The package API for yaml v1 will remain stable as described in gonuts.org.