We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82fd98 commit 1ddfa59Copy full SHA for 1ddfa59
CONTRIBUTING.md
@@ -141,8 +141,8 @@ For imports you should use the following format (_without_ the comments)
141
```go
142
import (
143
// stdlib
144
- "encoding/json"
145
"fmt"
+ "math"
146
147
// local packages
148
"code.gitea.io/gitea/models"
modules/json/json.go
@@ -4,6 +4,7 @@
4
5
package json
6
7
+// Allow "encoding/json" import.
8
9
"bytes"
10
"encoding/binary"
0 commit comments