# README
ListenAndServe on port ":8080" using the default ServeMux.
Use HandleFunc to add the following routes to the default ServeMux:
"/" "/dog/" "/me/
Add a func for each of the routes.
Have the "/me/" route print out your name.
ListenAndServe on port ":8080" using the default ServeMux.
Use HandleFunc to add the following routes to the default ServeMux:
"/" "/dog/" "/me/
Add a func for each of the routes.
Have the "/me/" route print out your name.