add todo note for golang version bump

This commit is contained in:
6543 2022-06-13 18:59:32 +02:00
parent ef4d64b0a8
commit 565aba63ee

View file

@ -29,6 +29,7 @@ type FileResponse struct {
Body []byte
}
// TODO: once golang v1.19 is min requirement, we can switch to 'JoinPath()' of 'net/url' package
func joinURL(baseURL string, paths ...string) string {
p := make([]string, 0, len(paths))
for i := range paths {