mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|