Skip to content

4638 Improve URL formatting#695

Merged
JonJagger merged 2 commits intomainfrom
4638-url-formatting
Mar 11, 2026
Merged

4638 Improve URL formatting#695
JonJagger merged 2 commits intomainfrom
4638-url-formatting

Conversation

@FayeSGW
Copy link
Contributor

@FayeSGW FayeSGW commented Mar 11, 2026

This PR implements the url package to format the URLS throughout the CLI code.

@FayeSGW
Copy link
Contributor Author

FayeSGW commented Mar 11, 2026

Note that there are a couple of places where we still use fmt to construct the URL. In these cases the URLs are static, or the only dynamic portion is inside the host (rather than the path), which the url package does not encode (and therefore we get no benefit from using the package to format these URLs).

@JonJagger JonJagger merged commit 03ac21f into main Mar 11, 2026
10 checks passed
@JonJagger JonJagger deleted the 4638-url-formatting branch March 11, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants