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