gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
1.99k stars 252 forks source link

Support for checking global variable declarations #337

Closed Bhupesh-V closed 3 years ago

Bhupesh-V commented 3 years ago

I just stumbled upon gochecknoglobals to check for global var declarations. does this seem to be a valuable addition to the go report?

The package author has also cited this source: https://peter.bourgon.org/blog/2017/06/09/theory-of-modern-go.html

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity.

Bhupesh-V commented 3 years ago

@shawnps any insights on this?