buzzfeed / sso

sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
MIT License
3.07k stars 187 forks source link

chore: unnecessary use of fmt.Sprintf #344

Open testwill opened 12 months ago

testwill commented 12 months ago

Problem

unnecessary use of fmt.Sprintf.

Solution

remove fmt.Sprintf

Notes

Other pertinent information. Examples: a walkthrough of how the solution might work, why this solution is optimal compared to other possible solutions, or further TODOs beyond this PR.