go fmt
diff --git a/decode_test.go b/decode_test.go index 9b71562..9b2a263 100644 --- a/decode_test.go +++ b/decode_test.go
@@ -344,7 +344,7 @@ } type inlineB struct { - B int + B int inlineC `yaml:",inline"` }
diff --git a/goyaml.go b/goyaml.go index e52a2dd..dbc633e 100644 --- a/goyaml.go +++ b/goyaml.go
@@ -162,7 +162,7 @@ Flow bool // Inline holds the field index if the field is part of an inlined struct. - Inline []int + Inline []int } var structMap = make(map[reflect.Type]*structInfo)