mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 20:14:24 +08:00
f7af730b50
This is using godep to manage the vendor directory.
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|