mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 01:10:49 +01: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:
parent
a82fd98d53
commit
1ddfa596c8
2 changed files with 2 additions and 1 deletions
|
@ -141,8 +141,8 @@ For imports you should use the following format (_without_ the comments)
|
||||||
```go
|
```go
|
||||||
import (
|
import (
|
||||||
// stdlib
|
// stdlib
|
||||||
"encoding/json"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"math"
|
||||||
|
|
||||||
// local packages
|
// local packages
|
||||||
"code.gitea.io/gitea/models"
|
"code.gitea.io/gitea/models"
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
package json
|
package json
|
||||||
|
|
||||||
|
// Allow "encoding/json" import.
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
|
Loading…
Reference in a new issue