good morning!!!!

Skip to content
Snippets Groups Projects
Commit ffbfe9e4 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Spaces instead of tabs.

parent 26a6912f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment