mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
*: rename "gogits" to "gogs"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user