package
0.0.0-20240406203917-fca8ef3f8316
Repository: https://github.com/jcbwlkr/studies.git
Documentation: pkg.go.dev

# Functions

NewApp constructs an App from its dependencies and wires all of its handlers to different http routes.

# Structs

App holds the shared state and various handlers of our application.

# Type aliases

Logger is a logging function that can be injected where needed.