This chapter is all about networking. Most of the recipes in this chapter are focused on the client side. We will go through how to resolve basic information about the network on the machine, domain names and IP resolution, and connecting through TCP-related protocols such as HTTP and SMTP. Finally, we will make a remote procedure call via JSON-RCP 1.0 with the use of the standard library.
Check whether Go is properly installed. The Getting ready section from the Retrieving Golang version recipe from Chapter 1, Interacting With Environment, will help you. Verify if any other application blocks the 7070 port.