commit | b3031338ac8e006cbd668f67c36c24d2c5e64b6d | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Wed Apr 17 15:57:10 2013 -0300 |
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Wed Apr 17 15:57:10 2013 -0300 |
tree | c885929d20730251419fcba1ce2e6f727f47432a | |
parent | e720624475f3807e3dc6477e7af6feb09da0b848 [diff] |
Document "-" key.
diff --git a/goyaml.go b/goyaml.go index eb2a29f..1b71c8e 100644 --- a/goyaml.go +++ b/goyaml.go
@@ -119,6 +119,8 @@ // flow Marshal using a flow style (useful for structs, // sequences and maps. // +// In addition, if the key is "-", the field is ignored. +// // For example: // // type T struct {