package
0.0.0-20210726165104-42ea4af6fad4
Repository: https://github.com/chenyendu/gowebdev.git
Documentation: pkg.go.dev

# README

ListenAndServe on port ":8080" using the default ServeMux

Use HandleFunc to add following routes to the default ServeMux:

"/", "/dog/", "/me/"

Add a func for each of the routes

Have the "/me/" route print out your name.