Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Development = os.Getenv("APP_ENV") == ""
View Source
var Production = os.Getenv("APP_ENV") == "production"
View Source
var Stage = os.Getenv("APP_ENV") == "stage"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.