aboutsummaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-15 16:27:56 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-15 16:27:56 +0100
commitd9b66eb7a9a9135462e490e46244dcd1b71c7293 (patch)
treea237163516aac435d7dbb8c0c1cf5a5b639c698f /human.go
parent0fe92fb4b9344e76111e88b2c95cb8e7c5cc3f85 (diff)
docs(info): usage in readme
Diffstat (limited to 'human.go')
-rw-r--r--human.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/human.go b/human.go
index e2ac134..796d970 100644
--- a/human.go
+++ b/human.go
@@ -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 {