qrz/vendor/github.com/markbates/oncer/log.go

8 lines
87 B
Go
Raw Normal View History

//+build !debug
package oncer
func log(name string, fn func()) func() {
return fn
}