mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
In semver, a + is a valid character, but in a URL that means 'space'. The URL's path should have all of its components properly URL escaped to resolve this issue.