gtsocial-umbx

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

debug_off.go (141B)


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