package
0.0.0-20211006002630-2f9ccf387d5b
Repository: https://github.com/christianprzybulinski/go-cart-api.git
Documentation: pkg.go.dev

# Functions

SetupHandlers defines the handlers that the API has, for now the only one is /cart.
StartServer method start the server, calling the handlers configured and listening in the address received inside the struct.

# Structs

Args is used to define the API Address (Server:Port) and the DatabasePath since we are using internal json files as our database.