From ffbfe9e4066cdc2c28d2e94c636eb8105f6ad49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <xiam@menteslibres.org> Date: Sun, 8 Jul 2012 17:27:27 -0500 Subject: [PATCH] Spaces instead of tabs. --- yaml/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/yaml/README.md b/yaml/README.md index 3a192186..a1ce61f9 100644 --- a/yaml/README.md +++ b/yaml/README.md @@ -4,24 +4,24 @@ This package is a wrapper of [goyaml](http://launchpad.net/goyaml) that provides ## Installation - $ go get github.com/xiam/gosexy/yaml + $ go get github.com/xiam/gosexy/yaml ## Usage - package main + package main - import "github.com/xiam/gosexy/yaml" + import "github.com/xiam/gosexy/yaml" - func main() { - settings := yaml.New() - defer settings.Write("test.yaml") - settings.Set("success", true) - } + func main() { + settings := yaml.New() + defer settings.Write("test.yaml") + settings.Set("success", true) + } ## Documentation You can read ``gosexy/yaml`` documentation from a terminal - $ go doc github.com/xiam/gosexy/yaml + $ go doc github.com/xiam/gosexy/yaml Or you can [browse it](http://go.pkgdoc.org/github.com/xiam/gosexy/yaml) online. -- GitLab