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