Gustavo Niemeyer 13 лет назад
Родитель
Сommit
b3031338ac
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      goyaml.go

+ 2 - 0
goyaml.go

@@ -119,6 +119,8 @@ func Unmarshal(in []byte, out interface{}) (err error) {
 //     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 {