package
0.0.0-20241212045633-31cef34f41a2
Repository: https://github.com/gsom95/go-web-dev.git
Documentation: pkg.go.dev

# Functions

FAQ renders FAQ page.
StaticHandler returns a HandlerFunc for serving static web pages.

# Constants

CookieSession stores the name of our session cookie.

# Structs

UserMiddleware handles fetching and storing user data inside a context.
Users will be used by HTTP handlers.

# Interfaces

Templates defines what a template should do.