This repository was archived by the owner on Aug 30, 2024. It is now read-only.
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 of fmt.Sprintf("%s")
and string concatenation. We should flatten this to be consistent across the codebase.
Ref: #113 (comment)
cc @tychoish