Files
gardener-extension-shoot-fl…/vendor/github.com/markbates/oncer/log.go
2021-01-28 17:37:47 +01:00

8 lines
87 B
Go

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