Print starts printing at beginning

I want to add an “/” character at the end of an url, so that CURL works (it doesn’t work without it), but when I add it, it adds it at the beginning, for some reason. I don’t know what’s happening.

Please make sure that you strip the id, there is probably a \r that now bullies you.

Is probably better visible when using fmt.Printf("%#v", a)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.