1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

Make gitea, gitea-vet future-proof (#18361)

* Make gitea, gitea-vet future-proof

- Ref: https://gitea.com/gitea/gitea-vet/pulls/18

* Correct order

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Gusted
2022-01-22 21:59:34 +00:00
committed by GitHub
parent a82fd98d53
commit 1ddfa596c8
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
package json
// Allow "encoding/json" import.
import (
"bytes"
"encoding/binary"