The following resources will definitely broaden your horizons, so please find some time to read them:
- The official web page for the Apache web server is located at http://httpd.apache.org/.
- The official web page for the Nginx web server is located at http://nginx.org/.
- Should you wish to learn more about the Internet or TCP/IP, and its various services, you should start by reading the RFC documents. One of the places that you can find such documents is at http://www.rfc-archive.org/.
- Visit the website of both Wireshark and tshark at https://www.wireshark.org/ to learn more about them.
- Visit the documentation page for the net standard Go package, which can be found at https://golang.org/pkg/net/. This is one of the largest documentation pages in the official Go documentation.
- Visit the documentation page for the net/http Go package at https://golang.org/pkg...