package
0.0.0-20241003173054-2604c7f51879
Repository: https://github.com/darisorokina/go-first-sprint.git
Documentation: pkg.go.dev

# Functions

NewServer creates a new Server instance with the provided application, configuration flags, and logger.
Run starts the server and listens for incoming HTTP requests on the specified address.

# Structs

Server represents a server component that handles HTTP requests and responses.