package
0.0.0-20220208173724-f9dccc7a7a2d
Repository: https://github.com/rakaiseto/golangwebdevtodd.git
Documentation: pkg.go.dev

# 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.