Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实现简单go web框架 | FLYING的博客 #12

Open
yang-f opened this issue May 31, 2019 · 0 comments
Open

实现简单go web框架 | FLYING的博客 #12

yang-f opened this issue May 31, 2019 · 0 comments

Comments

@yang-f
Copy link
Owner

yang-f commented May 31, 2019

https://yangf.vip/2017/07/04/%E5%AE%9E%E7%8E%B0%E7%AE%80%E5%8D%95go-web%E6%A1%86%E6%9E%B6/#more

使用Golang构建web服务还是比较简单的,使用net/http和gorilla/mux就能快速的构建一个简易的web server123456789101112package mainimport { "net/http" "github.com/gorilla/mux"}func main() { router = mux.NewRouter(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant