Changeset 99 in code for trunk/morty.go


Ignore:
Timestamp:
Oct 15, 2019, 11:56:58 AM (6 years ago)
Author:
mathieu.brunot
Message:

:bug: Set DEBUG as a var

Signed-off-by: mathieu.brunot <mathieu.brunot@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morty.go

    r98 r99  
    3737const VERSION = "v0.2.0"
    3838
    39 const DEBUG = os.Getenv("DEBUG") == "true"
     39var DEBUG = os.Getenv("DEBUG") == "true"
    4040
    4141var CLIENT *fasthttp.Client = &fasthttp.Client{
Note: See TracChangeset for help on using the changeset viewer.