func usageText()
in
help.go [42:45]
4
lines of code
1
McCabe index (conditional complexity)
func usageText(exit int) { fmt.Println(helpText) os.Exit(exit) }