mirror of
https://github.com/stashapp/stash.git
synced 2025-12-08 17:35:40 +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
|
|
}
|