Fix linter errors.
This commit is contained in:
parent
57aa62f483
commit
2487c48428
14 changed files with 100 additions and 37 deletions
|
|
@ -42,6 +42,7 @@ func contains(options []SerializeOption, option SerializeOption) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
// ListSerializer serializes list of serializers with separator
|
||||
type ListSerializer struct {
|
||||
Serializers []Serializer
|
||||
Separator string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue