mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08: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:
		@@ -141,8 +141,8 @@ For imports you should use the following format (_without_ the comments)
 | 
			
		||||
```go
 | 
			
		||||
import (
 | 
			
		||||
  // stdlib
 | 
			
		||||
  "encoding/json"
 | 
			
		||||
  "fmt"
 | 
			
		||||
  "math"
 | 
			
		||||
 | 
			
		||||
  // local packages
 | 
			
		||||
  "code.gitea.io/gitea/models"
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,7 @@
 | 
			
		||||
 | 
			
		||||
package json
 | 
			
		||||
 | 
			
		||||
// Allow "encoding/json" import.
 | 
			
		||||
import (
 | 
			
		||||
	"bytes"
 | 
			
		||||
	"encoding/binary"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user