diff options
Diffstat (limited to 'vendor/github.com/spf13/cobra/command_notwin.go')
-rw-r--r-- | vendor/github.com/spf13/cobra/command_notwin.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/spf13/cobra/command_notwin.go b/vendor/github.com/spf13/cobra/command_notwin.go deleted file mode 100644 index bb5dad90b..000000000 --- a/vendor/github.com/spf13/cobra/command_notwin.go +++ /dev/null @@ -1,6 +0,0 @@ -//go:build !windows -// +build !windows - -package cobra - -var preExecHookFn func(*Command) |