Changeset 99 in code
- Timestamp:
- Oct 15, 2019, 11:56:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/morty.go
r98 r99 37 37 const VERSION = "v0.2.0" 38 38 39 constDEBUG = os.Getenv("DEBUG") == "true"39 var DEBUG = os.Getenv("DEBUG") == "true" 40 40 41 41 var CLIENT *fasthttp.Client = &fasthttp.Client{
Note:
See TracChangeset
for help on using the changeset viewer.