mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 13:47:29 -06:00
[chore] Update gin to v1.9.0 (#1553)
This commit is contained in:
parent
689a10fe17
commit
ecdc8379fa
347 changed files with 166814 additions and 3671 deletions
2
vendor/github.com/ugorji/go/codec/gen-dec-map.go.tmpl
generated
vendored
2
vendor/github.com/ugorji/go/codec/gen-dec-map.go.tmpl
generated
vendored
|
|
@ -19,7 +19,7 @@ if z.DecBasicHandle().MapValueReset {
|
|||
{{end}} }
|
||||
if {{var "l"}} != 0 {
|
||||
{{var "hl"}} := {{var "l"}} > 0
|
||||
for {{var "j"}} := 0; ({{var "hl"}} && {{var "j"}} < {{var "l"}}) || !({{var "hl"}} || z.DecCheckBreak()); {{var "j"}}++ {
|
||||
for {{var "j"}} := 0; z.DecContainerNext({{var "j"}}, {{var "l"}}, {{var "hl"}}); {{var "j"}}++ {
|
||||
z.DecReadMapElemKey()
|
||||
{{ if eq .KTyp "string" -}}
|
||||
{{ decLineVarK $mk -}}{{- /* decLineVarKStrZC $mk */ -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue