forked from forgejo/forgejo
Fix imports found by goimports.
This commit is contained in:
parent
91b589f2f0
commit
1f44b01e2a
15 changed files with 43 additions and 67 deletions
|
@ -7,11 +7,10 @@ package context
|
|||
import (
|
||||
"net/url"
|
||||
|
||||
"github.com/go-macaron/csrf"
|
||||
"gopkg.in/macaron.v1"
|
||||
|
||||
"github.com/go-gitea/gitea/modules/auth"
|
||||
"github.com/go-gitea/gitea/modules/setting"
|
||||
"github.com/go-macaron/csrf"
|
||||
macaron "gopkg.in/macaron.v1"
|
||||
)
|
||||
|
||||
type ToggleOptions struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue