| commit | b0c168ac0cf9493da1f9bb76c34b26ffef940b4a | [log] [tgz] |
|---|---|---|
| author | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu May 01 10:48:07 2014 -0700 |
| committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu May 01 10:48:07 2014 -0700 |
| tree | e754fb68e399b852d300f23c36e94a6ced1a29f1 | |
| parent | 41c132e8ac051886e4eb06e7c3d58ced63d58057 [diff] | |
| parent | 1ff37a7d30b085dc643dee7adb18759e3511661a [diff] |
Merge branch 'v1' of github.com:go-yaml/yaml into v1
diff --git a/yaml.go b/yaml.go index 810a74c..44b0cc6 100644 --- a/yaml.go +++ b/yaml.go
@@ -42,7 +42,7 @@ SetYAML(tag string, value interface{}) bool } -// The Setter interface is implemented by types to do their own custom +// The Getter interface is implemented by types to do their own custom // marshalling into a YAML tag and value. type Getter interface { GetYAML() (tag string, value interface{})