spf13--cobra/command_notwin.go
Ian Walter a0bd6c17b3 Fixing golint warnings
* Moving final return outside of if-else
* Removing type declarations that Go can infer from values
* Cleaning up some existing comments
* Changing snake_case variables to camelCase
2016-03-31 09:53:34 -04:00

6 lines
68 B
Go

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