1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-06 03:34:28 +00:00
restic/vendor/github.com/spf13/cobra/command_notwin.go
2017-07-23 14:25:38 +02:00

5 lines
68 B
Go

// +build !windows
package cobra
var preExecHookFn func(*Command)