Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 252 Bytes

Go Project

Working on Requests and Handlers

Routes and Templates

File Server Handler

- Serves files over HTTP from dir
- http.FileServer removes leading slash from the URL Path then searches dir for file

Static File usage

-