mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-22 11:36:42 +10:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|