mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
7 lines
88 B
Go
Generated
7 lines
88 B
Go
Generated
//go:build !windows
|
|
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|