mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-03-20 08:14:53 +01:00
8 lines
87 B
Go
8 lines
87 B
Go
//+build !debug
|
|
|
|
package oncer
|
|
|
|
func log(name string, fn func()) func() {
|
|
return fn
|
|
}
|