I am following a simple web server example in Go.
I inserted a log statement so that the resulting code looks like below:
log
package main
Just log the requests. You will realize that your browser also requests /favicon.ico.
See https://en.wikipedia.org/wiki/Favicon for more information.