Skip to content

dead code not work #76

@wusphinx

Description

@wusphinx

code example

package main

func main() {
	println("test report")
}

func Report() {
	println("report func")
}

Obviously, the function Report is unused, but goreporter didn't check it, and showed as below
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions