DEBSOURCES
Skip Quicknav
sources / golang-github-go-chef-chef / 0.0.1%2Bgit20161023.60.deb8c38-1 / debug.go
123456789
// +build debug package chef import "log" func debug(fmt string, args ...interface{}) { log.Printf(fmt, args...) }