mirror of
https://github.com/fatedier/frp
synced 2025-10-12 21:22:46 +08:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|