mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
8 lines
87 B
Go
8 lines
87 B
Go
//+build !debug
|
|
|
|
package oncer
|
|
|
|
func log(name string, fn func()) func() {
|
|
return fn
|
|
}
|