Go Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

Creating a simple HTTP server

As a programmer, if you have to create a simple HTTP server then you can easily write it using Go's net/http package, which we will be covering in this recipe.