spf13--cobra/command_notwin.go
Unai Martinez-Corral 4fd30b69ee
ci: test golang 1.16.x and 1.17.x too (#1425)
* ci: test golang 1.16.x too

* ci: style

* ci: test golang 1.17.x too

* bump go.mod to 1.15

* run gofmt
2021-08-25 21:18:53 -06:00

7 lines
88 B
Go

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