Codebase list golang-github-gobuffalo-packr / cbdaebd v2 / internal / takeon / github.com / markbates / oncer / log.go
cbdaebd

Tree @cbdaebd (Download .tar.gz)

log.go @cbdaebdraw · history · blame

1
2
3
4
5
6
7
//+build !debug

package oncer

func log(name string, fn func()) func() {
	return fn
}