Codebase list golang-yaml.v2 / df74716
Balance parentheses. Robert 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
116116 // Does not apply to zero valued structs.
117117 //
118118 // flow Marshal using a flow style (useful for structs,
119 // sequences and maps.
119 // sequences and maps).
120120 //
121121 // inline Inline the field, which must be a struct or a map,
122122 // causing all of its fields or keys to be processed as if