twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

fix: remove unnecessary sprintf #287

Closed SputNikPlop closed 11 months ago

SputNikPlop commented 12 months ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

Error: unnecessary use of fmt.Sprintf (S1039)

Description of Changes:

Checklist