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