/go-web-dev

Primary LanguageGoApache License 2.0Apache-2.0

config: Package where reading of configuration is placed.

controllers: Packages for the controller layer.

models: Packages which define the models used in all other packages.

repositories: Implementation of the repository layer.

server: Package which initializes the HTTP and database servers.

service: Implementation of the service layer.