module
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Jun 4, 2023
License: MIT
Opens a new window with license information.
README
¶
compose
A collection of opinionated modules created for building golang applications
quicker while keeping best practices.
Why
Most applications have many components in common:
- Loading config & env variables
- Logging
- Keeping a state
- Long term storage
- APIs
- Authentication
- Role management
In the spirit of keeping it DRY, this package standarizes everything so we can use the same components on every application.
Instalation
go get -u github.com/Vanclief/compose
Usage
- config - Loading env/ settings
Dependencies
Directories
¶
Click to show internal directories.
Click to hide internal directories.