This commit quiets staticcheck's warnings about "unnecessary use of fmt.Sprintf" and "unnecessary use of fmt.Sprint". Prior to this commit we were wrapping simple constant strings without any formatting verbs with fmt.Sprintf().