More README tweaks.
1 file changed
tree: e696091976367610c0ffd388129f81a658c31c47
  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. yaml.go
  18. yamlh.go
  19. 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.

The import path for the package is gonuts.org/v1/yaml. To install it, run:

go get gonuts.org/v1/yaml

If opened in a browser, the import path leads to the API documentation:

The package API for yaml v1 will remain stable as described in gonuts.org.