1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

refactor: import order. (#3736)

This commit is contained in:
Bo-Yi Wu
2018-03-29 21:32:40 +08:00
committed by Lunny Xiao
parent a8beef890d
commit 1c5cbc390b
18 changed files with 37 additions and 32 deletions

View File

@@ -7,10 +7,10 @@ package repo
import (
"strconv"
api "code.gitea.io/sdk/gitea"
"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/context"
api "code.gitea.io/sdk/gitea"
)
// ListLabels list all the labels of a repository