mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-04 13:50:39 +00:00
Fix imports found by goimports.
This commit is contained in:
parent
91b589f2f0
commit
1f44b01e2a
15 changed files with 43 additions and 67 deletions
|
@ -9,10 +9,9 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/Unknwon/com"
|
||||
"github.com/go-macaron/binding"
|
||||
"gopkg.in/macaron.v1"
|
||||
|
||||
"github.com/go-gitea/gitea/models"
|
||||
"github.com/go-macaron/binding"
|
||||
macaron "gopkg.in/macaron.v1"
|
||||
)
|
||||
|
||||
// _______________________________________ _________.______________________ _______________.___.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue