mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Initial commit
This commit is contained in:
7
vendor/github.com/markbates/oncer/log.go
generated
vendored
Normal file
7
vendor/github.com/markbates/oncer/log.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//+build !debug
|
||||
|
||||
package oncer
|
||||
|
||||
func log(name string, fn func()) func() {
|
||||
return fn
|
||||
}
|
||||
Reference in New Issue
Block a user