mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 18:02:28 +02:00
refactor: import order. (#3736)
This commit is contained in:
parent
a8beef890d
commit
1c5cbc390b
18 changed files with 37 additions and 32 deletions
|
@ -7,12 +7,12 @@ package repo
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
api "code.gitea.io/sdk/gitea"
|
||||
|
||||
"code.gitea.io/gitea/models"
|
||||
"code.gitea.io/gitea/modules/context"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
"code.gitea.io/gitea/routers/api/v1/convert"
|
||||
|
||||
api "code.gitea.io/sdk/gitea"
|
||||
)
|
||||
|
||||
func composeDeployKeysAPILink(repoPath string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue