getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 147 forks source link

ref: Fix gofmt, gocyclo, ineffassign and misspell warnings #230

Closed kamilogorek closed 5 years ago

kamilogorek commented 5 years ago

Let's make it all 100% before moving forward – https://goreportcard.com/report/github.com/getsentry/raven-go

kamilogorek commented 5 years ago

Updated.

mitsuhiko commented 5 years ago

I would redirect these prints through a helper function that can be silenced.

kamilogorek commented 5 years ago

Added. We can start logging more details using it from now on.