So i executed
sonar-scanner -Dsonar.projectKey=search-content-background-local-3 -Dsonar.sources=. -Dsonar.go.coverage.reportPaths=cover.out -Dsonar.login={passkey}
and the execution showing this:
ERROR: Error analyzing file cmd/search-content-background/app.go
java.io.EOFException: End of input at line 1 column 1 path $
I’ve tried to resolve using https://community.sonarsource.com/t/which-file-is-causing-java-io-eofexception-end-of-input-at-line-1-column-1/25912
but still not resolved.