forked from JohnStarich/go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopages: Encode page URLs instead of failable decoding (JohnStarich#8)
Fix an issue where paths that couldn't be URL decoded were failing to parse and panicking. We don't even need to parse URLs in this scenario, so remove the error path entirely. Fix JohnStarich#7
- Loading branch information
1 parent
e473a66
commit 614c33c
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters