mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
5 lines
68 B
Go
5 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|