不要在生产环境用http.DefaultServerMux?

我看到许多文章和帖子都显示了一种方便简单的方法来这样创建 go 的 Web 服务:package mainimport (    “fmt”    “log”    “net/http”)func main() {    http.