github.com/blong14/gache@v0.0.0-20240124023949-89416fd8bbfa/internal/env/debug.go (about)

     1  package env
     2  
     3  import "os"
     4  
     5  func Debug() bool {
     6  	return os.Getenv("DEBUG") == "true"
     7  }