mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
refactor: import order. (#3736)
This commit is contained in:
parent
a8beef890d
commit
1c5cbc390b
18 changed files with 37 additions and 32 deletions
|
@ -5,11 +5,11 @@
|
|||
package repo
|
||||
|
||||
import (
|
||||
"code.gitea.io/git"
|
||||
|
||||
"code.gitea.io/gitea/models"
|
||||
"code.gitea.io/gitea/modules/context"
|
||||
"code.gitea.io/gitea/routers/repo"
|
||||
|
||||
"code.gitea.io/git"
|
||||
)
|
||||
|
||||
// GetRawFile get a file by path on a repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue