Skip to content

Resolving speed of short variable declaration is too slow. #213

@coocood

Description

@coocood
package main

import "fmt"

func main(){
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
    _,_ := fmt.Println("abc")
}

This small piece of code takes several seconds to finish code analysis.

What's the possible cause for this issue?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions