Skip to content

Commit

Permalink
Update pkg/util/url/url.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mickaël Menu <[email protected]>
  • Loading branch information
chocolatkey and mickael-menu authored Dec 13, 2024
1 parent 4a9e809 commit 1598f3f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkg/util/url/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ import (
"golang.org/x/net/idna"
)

/*
A Uniform Resource Locator.
https://url.spec.whatwg.org/
*/
// A Uniform Resource Locator.
//
// https://url.spec.whatwg.org/
type URL interface {
Path() string // Decoded path segments identifying a location.
Filename() string // Decoded filename portion of the URL path.
Expand Down

0 comments on commit 1598f3f

Please sign in to comment.