Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DEV_ENV represents the development environment of the app DEV_ENV string = "development" // PROD_ENV represents the production environment of the app PROD_ENV string = "production" )
Variables ¶
View Source
var ( // Version refers to the current running version of the application based // on the git tag that it was deployed with. This variable is set during // build with build flags. Version string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.