mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix imports found by goimports.
This commit is contained in:
		@@ -17,17 +17,15 @@ import (
 | 
			
		||||
	"strings"
 | 
			
		||||
 | 
			
		||||
	"github.com/Unknwon/com"
 | 
			
		||||
	"github.com/sergi/go-diff/diffmatchpatch"
 | 
			
		||||
	"golang.org/x/net/html/charset"
 | 
			
		||||
	"golang.org/x/text/transform"
 | 
			
		||||
 | 
			
		||||
	"github.com/gogits/git-module"
 | 
			
		||||
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/base"
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/log"
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/process"
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/setting"
 | 
			
		||||
	"github.com/go-gitea/gitea/modules/template/highlight"
 | 
			
		||||
	git "github.com/gogits/git-module"
 | 
			
		||||
	"github.com/sergi/go-diff/diffmatchpatch"
 | 
			
		||||
	"golang.org/x/net/html/charset"
 | 
			
		||||
	"golang.org/x/text/transform"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type DiffLineType uint8
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user