mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
go: update go to latest (#4188)
* go: update go to latest * chore: fix lint
This commit is contained in:
@@ -93,6 +93,6 @@ func (ext encodeExtension) DecorateEncoder(typ reflect2.Type, enc jsoniter.ValEn
|
||||
case reflect.Map:
|
||||
return ext.DecoratorOfMap(enc)
|
||||
default:
|
||||
return ext.EncoderOfError("graphson: unsupported type: " + typ.String())
|
||||
return ext.EncoderOfError("graphson: unsupported type: %s", typ.String())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user