In this chapter, we talked about web development in Go including parsing, marshalling and unmarshalling JSON data, interacting with a MongoDB database; reading data from a MySQL database; creating web servers in Go; creating web clients in Go; and using the http.ServeMux type.
In the next chapter, we will talk about network programming in Go, which includes creating TCP and UDP clients and servers using low level commands. We will also teach you how to develop an RCP client and an RCP server in Go. If you love developing TCP/IP applications, then the last chapter of this book is for you!