mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
4fd30b69ee
* ci: test golang 1.16.x too * ci: style * ci: test golang 1.17.x too * bump go.mod to 1.15 * run gofmt
7 lines
88 B
Go
7 lines
88 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|