*: rename "gogits" to "gogs"

This commit is contained in:
Unknwon
2018-05-27 08:53:48 +08:00
parent 73dbaefec5
commit aff4208244
127 changed files with 533 additions and 533 deletions

View File

@@ -5,9 +5,9 @@
package admin
import (
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/models/errors"
"github.com/gogits/gogs/pkg/context"
"github.com/gogs/gogs/models"
"github.com/gogs/gogs/models/errors"
"github.com/gogs/gogs/pkg/context"
)
func GetRepositoryByParams(c *context.APIContext) *models.Repository {