func main()
in
go/main.go [6:11]
6
lines of code
2
McCabe index (conditional complexity)
func main() { t := []string{} for { fmt.Fprintf("%v", t) } }