github.com/tilt-dev/wat@v0.0.2-0.20180626175338-9349b638e250/os/env/debug.go (about)

     1  package env
     2  
     3  import (
     4  	"os"
     5  )
     6  
     7  func IsDebug() bool {
     8  	return os.Getenv("WMDEBUG") != ""
     9  }