File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ func NewINIDecoder() Decoder {
6
6
return nil
7
7
}
8
8
9
- func NewINIEncoder (indent int ) Encoder {
9
+ func NewINIEncoder () Encoder {
10
10
return nil
11
11
}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ func NewJSONDecoder() Decoder {
6
6
return nil
7
7
}
8
8
9
- func NewJSONEncoder (indent int , colorise bool , unwrapScalar bool ) Encoder {
9
+ func NewJSONEncoder (prefs JsonPreferences ) Encoder {
10
10
return nil
11
11
}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ func NewXMLDecoder(prefs XmlPreferences) Decoder {
6
6
return nil
7
7
}
8
8
9
- func NewXMLEncoder (indent int , prefs XmlPreferences ) Encoder {
9
+ func NewXMLEncoder (prefs XmlPreferences ) Encoder {
10
10
return nil
11
11
}
You can’t perform that action at this time.
0 commit comments