commit | a528d0ef484d32e416d7b9c4a249d1fa7111be6e | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Wed Jun 19 14:05:58 2013 -0400 |
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Wed Jun 19 14:05:58 2013 -0400 |
tree | 26ef910ec46f087935977ffaf17a187cba01ad45 | |
parent | 0725b7707fdeeb6894c403d0f5a2a20e1dc7454d [diff] |
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)