This commit is contained in:
parent
3fe71bddb0
commit
56bf44c0a2
2
main.go
2
main.go
|
@ -148,7 +148,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
// favicon.ico 请求处理.
|
// favicon.ico 请求处理.
|
||||||
func faviconHandler(w http.ResponseWriter, r *http.Request) {
|
func faviconHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
// TODO: favicon.ico 请求处理.
|
// TODO: favicon.ico 请求处理
|
||||||
}
|
}
|
||||||
|
|
||||||
// 主程序入口.
|
// 主程序入口.
|
||||||
|
|
Loading…
Reference in New Issue