func usage()
in
main.go [102:105]
4
lines of code
1
McCabe index (conditional complexity)
func usage() { fmt.Println(usageText) os.Exit(0) }