diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-05 17:56:35 +0100 |
---|---|---|
committer | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-05 17:56:35 +0100 |
commit | 1f44b01e2a21b0e715dfd2ccad4574433c8775c3 (patch) | |
tree | 95959543a495b95b943dfeecad17668ea76dd6b2 /routers/repo/editor.go | |
parent | 91b589f2f0fb93f9f9882426c43c363276d2235a (diff) | |
download | gitea-1f44b01e2a21b0e715dfd2ccad4574433c8775c3.tar.gz gitea-1f44b01e2a21b0e715dfd2ccad4574433c8775c3.zip |
Fix imports found by goimports.
Diffstat (limited to 'routers/repo/editor.go')
-rw-r--r-- | routers/repo/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/editor.go b/routers/repo/editor.go index bc0359b8ab..c26f033c6e 100644 --- a/routers/repo/editor.go +++ b/routers/repo/editor.go @@ -18,7 +18,7 @@ import ( "github.com/go-gitea/gitea/modules/log" "github.com/go-gitea/gitea/modules/setting" "github.com/go-gitea/gitea/modules/template" - "github.com/gogits/git-module" + git "github.com/gogits/git-module" ) const ( |