internal/gui/app.go:529:2: QF1003: could use tagged switch on translationDirection (staticcheck) if translationDirection == "en-to-bg" { ^ internal/gui/app.go:2730:14: S1025: the argument is already a string, there's no need to use fmt.Sprintf (staticcheck) Content: fmt.Sprintf(`%s`, word), ^ internal/image/openai.go:211:17: S1039: unnecessary use of fmt.Sprintf (staticcheck) attribution := fmt.Sprintf("Image generated by OpenAI DALL-E\n\n") ^ internal/phonetic/fetcher.go:46:14: S1025: the argument is already a string, there's no need to use fmt.Sprintf (staticcheck) Content: fmt.Sprintf(`%s`, word), ^ 4 issues: * staticcheck: 4