diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2018-03-29 21:32:40 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-03-29 21:32:40 +0800 |
commit | 1c5cbc390bd67194470859a5731719bf069b5ef4 (patch) | |
tree | a883063d330f61d3310a3a4818a335e20694c88c /routers/api/v1/repo/star.go | |
parent | a8beef890dc6aa9262442969ae6d14c53282025b (diff) | |
download | gitea-1c5cbc390bd67194470859a5731719bf069b5ef4.tar.gz gitea-1c5cbc390bd67194470859a5731719bf069b5ef4.zip |
refactor: import order. (#3736)
Diffstat (limited to 'routers/api/v1/repo/star.go')
-rw-r--r-- | routers/api/v1/repo/star.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/repo/star.go b/routers/api/v1/repo/star.go index 3500eaf421..df4241dde2 100644 --- a/routers/api/v1/repo/star.go +++ b/routers/api/v1/repo/star.go @@ -5,9 +5,9 @@ package repo import ( - api "code.gitea.io/sdk/gitea" - "code.gitea.io/gitea/modules/context" + + api "code.gitea.io/sdk/gitea" ) // ListStargazers list a repository's stargazers |