package vars var ( RUN_MODE_DEV = "dev" RUN_MODE_TEST = "test" RUN_MODE_PROD = "prod" )