package
0.0.0-20240401142834-ab19c838fe5a
Repository: https://github.com/marcelo-feliz/golang.git
Documentation: pkg.go.dev

# README

ListenAndServe on port 8080 of localhost

For the default route "/" Have a func called "foo" which writes to the response "foo ran"

For the route "/dog/" Have a func called "dog" which parses a template called "dog.gohtml" and writes to the response "

This is from dog

" and also shows a picture of a dog when the template is executed.

Use "http.ServeFile" to serve the file "dog.jpeg"