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

refactor: show command help message. (#1486)

This commit is contained in:
Bo-Yi Wu
2017-04-12 15:44:54 +08:00
committed by GitHub
parent be6edaddcb
commit 22295944df
4 changed files with 7 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import (
"net/http"
"code.gitea.io/gitea/modules/log"
"github.com/facebookgo/grace/gracehttp"
)