فهرست منبع

Document "-" key.

Gustavo Niemeyer 13 سال پیش
والد
کامیت
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 {