golang http HandleFunc

golang_yh · 2015-11-09 18:00:07

关于serverHandler 的结构如下:

type serverHandler struct {
    srv *Server
}
#1