Explorar o código

Added README file.

Gustavo Niemeyer %!s(int64=12) %!d(string=hai) anos
pai
achega
8eba062837
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+# YAML support for the Go language
+
+This package is a pure port of the [libyaml](http://pyyaml.org/wiki/LibYAML)
+C library for the Go language.
+
+Import path
+-----------
+
+The yaml package should be imported as:
+
+  * [gonuts.org/v1/yaml](gonuts.org/v1/yaml)
+
+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](gonuts.org).