package
0.0.0-20240401142834-ab19c838fe5a
Repository: https://github.com/marcelo-feliz/golang.git
Documentation: pkg.go.dev
# README
Serve the files in the "starting-files" folder
To get your images to serve, use only this:
fs := http.FileServer(http.Dir("public"))
Hint: look to see what type FileServer returns, then think it through.