mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	A better go code formatter, and now make fmt can run in Windows (#17684)
				
					
				
			* go build / format tools * re-format imports
This commit is contained in:
		| @@ -83,11 +83,12 @@ import ( | ||||
| 	"code.gitea.io/gitea/routers/api/v1/org" | ||||
| 	"code.gitea.io/gitea/routers/api/v1/repo" | ||||
| 	"code.gitea.io/gitea/routers/api/v1/settings" | ||||
| 	_ "code.gitea.io/gitea/routers/api/v1/swagger" // for swagger generation | ||||
| 	"code.gitea.io/gitea/routers/api/v1/user" | ||||
| 	"code.gitea.io/gitea/services/auth" | ||||
| 	"code.gitea.io/gitea/services/forms" | ||||
|  | ||||
| 	_ "code.gitea.io/gitea/routers/api/v1/swagger" // for swagger generation | ||||
|  | ||||
| 	"gitea.com/go-chi/binding" | ||||
| 	"github.com/go-chi/cors" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user