This commit is contained in:
Liang Ding 2014-09-24 14:53:05 +08:00
parent 3fe71bddb0
commit 56bf44c0a2
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) {
// favicon.ico 请求处理.
func faviconHandler(w http.ResponseWriter, r *http.Request) {
// TODO: favicon.ico 请求处理.
// TODO: favicon.ico 请求处理
}
// 主程序入口.