Documentation ¶
Overview ¶
Package env provides environment specific overrides
All the functions provided by this package are meant to be called at app initialization and will effectively not do anything at all in production.
This is done via build tags: gobox_test and gobox_dev represent the CI and dev-env environments. The tags use the gobox_ prefix just in case some package in the dependency chain uses the same build tag to change their own behavior.
Package env provides environment specific overrides ¶
All the functions provided by this package are meant to be called at app initialization and will effectively not do anything at all in production.
This is done via build tags: gobox_test and gobox_dev represent the CI and dev-env environments. The tags use the gobox_ prefix just in case some package in the dependency chain uses the same build tag to change their own behavior.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyOverrides ¶
func ApplyOverrides()
Types ¶
This section is empty.