mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-06-22 20:25:55 +00:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|