debug_env.go (154B)
1 //go:build debugenv 2 // +build debugenv 3 4 package debug 5 6 import "os" 7 8 // DEBUG returns whether debugging is enabled. 9 var DEBUG = (os.Getenv("DEBUG") != "")
gtsocial-umbxUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |