diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-01-22 21:59:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 21:59:34 +0000 |
commit | 1ddfa596c8d9acb4fa5c04ed25df374b6e51c4b9 (patch) | |
tree | a9784ccd9d80d50e339fcd8ee65a6ff87f111c3f /modules | |
parent | a82fd98d5368a75cbcf6b74c12f58f3f81e66662 (diff) | |
download | gitea-1ddfa596c8d9acb4fa5c04ed25df374b6e51c4b9.tar.gz gitea-1ddfa596c8d9acb4fa5c04ed25df374b6e51c4b9.zip |
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>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/json/json.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/json/json.go b/modules/json/json.go index 1cbb658261..3afa86023c 100644 --- a/modules/json/json.go +++ b/modules/json/json.go @@ -4,6 +4,7 @@ package json +// Allow "encoding/json" import. import ( "bytes" "encoding/binary" |