# Functions
NewFileServerHandler creates a new httphandler handler to serve filesystem files The pattern is the virtual directory to serve it will be stripped from the URL in the handler.
# Structs
FileServer is a httphandler handler to serve filesystem files.
Server is a wrapper around http.Server that provides additional functionality.
# Interfaces
Users is the interface to find a user by username and password and return it.