Changeset 100 in code for trunk/morty.go


Ignore:
Timestamp:
Oct 16, 2019, 9:35:32 AM (6 years ago)
Author:
mathieu.brunot
Message:

:art: Keep debug on as default behavior

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morty.go

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