1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"