github.com/go-chef/chef@v0.30.1/release.go (about)

     1  //go:build !debug
     2  // +build !debug
     3  
     4  package chef
     5  
     6  func debug(fmt string, args ...interface{}) {
     7  }
     8  
     9  func debug_on() bool {
    10  	return false
    11  }