mirror of
https://github.com/stashapp/stash.git
synced 2026-01-04 14:46:43 +01:00
7 lines
87 B
Go
7 lines
87 B
Go
//+build !debug
|
|
|
|
package oncer
|
|
|
|
func log(name string, fn func()) func() {
|
|
return fn
|
|
}
|