func main()
in
dep/main.go [8:11]
4
lines of code
1
McCabe index (conditional complexity)
func main() { uuid := uuid.New() fmt.Printf("Hello, %s\n", uuid) }