|
@@ -71,7 +71,7 @@ type Marshaler interface {
|
|
|
// F int `yaml:"a,omitempty"`
|
|
// F int `yaml:"a,omitempty"`
|
|
|
// B int
|
|
// B int
|
|
|
// }
|
|
// }
|
|
|
-// var T t
|
|
|
|
|
|
|
+// var t T
|
|
|
// yaml.Unmarshal([]byte("a: 1\nb: 2"), &t)
|
|
// yaml.Unmarshal([]byte("a: 1\nb: 2"), &t)
|
|
|
//
|
|
//
|
|
|
// See the documentation of Marshal for the format of tags and a list of
|
|
// See the documentation of Marshal for the format of tags and a list of
|