File: command_notwin.go

package info (click to toggle)
golang-github-dnephin-cobra 1.5.1%2Bgit20170113.0.0e9ca70-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 456 kB
  • sloc: makefile: 5
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (13)
1
2
3
4
5
// +build !windows

package cobra

var preExecHookFn func(*Command)