Skip to content

Update README.md

Update README.md #226

GitHub Actions / Codety scanner - Golang required action Sep 10, 2024 in 0s

Golang

found issues in 2 files

Annotations

Check warning on line 1 in code-issue-examples/go/module-with-mod/cgo-issue.go

See this annotation in the file changed.

@github-actions github-actions / Codety scanner - Golang

code-issue-examples/go/module-with-mod/cgo-issue.go#L1

[generic] [typecheck]  : found packages mymodule (cgo-issue.go) and hello (hello.go) in 

Check warning on line 1 in code-issue-examples/go/module-with-mod/mymodule/unused-var.go

See this annotation in the file changed.

@github-actions github-actions / Codety scanner - Golang

code-issue-examples/go/module-with-mod/mymodule/unused-var.go#L1

[generic] [typecheck]  : # hello/mymodule mymodule/unused-var.go:7:10: u1 declared and not used mymodule/unused-var.go:8:10: u2 declared and not used