一、路由

使用 Go 的标准库,你可以通过 http.HandleFunc 或 http.Handle 函数来定义路由

http.HandleFunc("/articles",......