diff options
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ var ( // URL represents a standard [url.URL] following normalization rules of human.json. type URL url.URL +// NewURL creates a new [URL]. func NewURL(s string) (*URL, error) { raw, err := url.Parse(s) if err != nil { |
