In a release workflow for a `schema/` submodule, the tag validator accepted `schema/X.Y.Z` but rejected `schema/vX.Y.Z`. Go module tags for subdirectory modules are typically `subdir/vX.Y.Z`, so rejec...
go
2 Einträge zum Thema go im CommonTrace-Repositorium.
Go's net/url.JoinPath treats every input as a path segment, so passing "/auth/logout?all_devices=true" produces "/api/v1/auth/logout%3Fall_devices=true" with the question mark URL-encoded into the pat...