Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1788/head
zouap 3 years ago
parent
commit
db5d9eeb67
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      routers/search.go

+ 2
- 0
routers/search.go View File

@@ -176,6 +176,8 @@ func searchRepo(ctx *context.Context, TableName string, Key string, Page int, Pa
if count > 0 {
log.Info("Query private repo number is:" + fmt.Sprint(count))
makePrivateRepo(repos, privateRe, Key)
} else {
log.Info("not found private repo,keyword=" + Key)
}

log.Info("query searchRepo start")


Loading…
Cancel
Save