Documentation ¶
Overview ¶
Package gmode provides release mode management for project.
Index ¶
Constants ¶
View Source
const ( NOT_SET = 0 DEVELOP = 1 TESTING = 2 STAGING = 3 PRODUCT = 4 )
Variables ¶
This section is empty.
Functions ¶
func IsDevelop ¶
func IsDevelop() bool
IsDevelop checks and returns whether current application is running in DEVELOP mode.
func IsProduct ¶
func IsProduct() bool
IsProduct checks and returns whether current application is running in PRODUCT mode.
func IsStaging ¶
func IsStaging() bool
IsStaging checks and returns whether current application is running in STAGING mode.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.