Browse Source

Executed go fmt for all files

tags/v1.0.0
Thomas Boerger 7 years ago
parent
commit
e05a5ca36c
No account linked to committer's email address
2 changed files with 708 additions and 929 deletions
  1. 707
    928
      modules/bindata/bindata.go
  2. 1
    1
      routers/repo/editor.go

+ 707
- 928
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 1
- 1
routers/repo/editor.go View File

@@ -11,7 +11,6 @@ import (
"path"
"strings"

"github.com/gogits/git-module"
"github.com/go-gitea/gitea/models"
"github.com/go-gitea/gitea/modules/auth"
"github.com/go-gitea/gitea/modules/base"
@@ -19,6 +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"
)

const (

Loading…
Cancel
Save