gojp / goreportcard

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

gofmt -s ineffective #412

Closed pedroalbanese closed 1 year ago

pedroalbanese commented 1 year ago

Greetings!

I'm having trouble creating the go report more precisely with the -s flag of gofmt. The report says that there is a file not formatted with gofmt -s command, it happens that even after formatting with -s, the result is the same, see: https://goreportcard.com/report/github.com/pedroalbanese/edgetk

How to proceed?

Thanks in advance.