package
0.0.0-20240430044905-2cf31f29b50d
Repository: https://github.com/stefanwellhoner/task-manager-api.git
Documentation: pkg.go.dev

# Functions

Get returns the current mode of the application.
IsDebug returns true if the application is in development or test mode.
IsDevelopment returns true if the application is in development mode.
IsProduction returns true if the application is in production mode.
IsTest returns true if the application is in test mode.
SetEnv sets the Env of the application.

# Constants

Env is the development mode.
Env is the production mode.
Env is the test mode.

# Variables

Env is the current Env of the application.