gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

debug_on.go (138B)


      1 //go:build debug && !debugenv
      2 // +build debug,!debugenv
      3 
      4 package debug
      5 
      6 // DEBUG returns whether debugging is enabled.
      7 const DEBUG = true