This repository was archived by the owner on Aug 30, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork18
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
standardize string concatenation vs sprintf #115
Closed
Description
When creating the api url, we have a mix offmt.Sprintf("%s")
and string concatenation. We should flatten this to be consistent across the codebase.
Ref:#113 (comment)