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

8 lines
87 B
Go
Raw Normal View History

2020-01-26 16:38:57 +01:00
//+build !debug
package oncer
func log(name string, fn func()) func() {
return fn
}