You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Red("cat%dog") or RedString("cat%dog") without additional args, the string is interpreted as a format. The result is cat%!d(MISSING)dog. This is unexpected behavior. Or as @davecheney said, "Wow, what an API footgun."
When calling
Red("cat%dog")
orRedString("cat%dog")
without additional args, the string is interpreted as a format. The result iscat%!d(MISSING)dog
. This is unexpected behavior. Or as @davecheney said, "Wow, what an API footgun."See davecheney/httpstat/pull/70
The text was updated successfully, but these errors were encountered: