summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/urls/Parse.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/urls/Parse.md')
-rw-r--r--docs/content/en/functions/urls/Parse.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/content/en/functions/urls/Parse.md b/docs/content/en/functions/urls/Parse.md
index 17c924d51..2eb4eeadf 100644
--- a/docs/content/en/functions/urls/Parse.md
+++ b/docs/content/en/functions/urls/Parse.md
@@ -1,16 +1,13 @@
---
title: urls.Parse
description: Parses a URL into a URL structure.
-categories: [functions]
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: []
- returnType: URL
+ related: []
+ returnType: url.URL
signatures: [urls.Parse URL]
-relatedFunctions: []
aliases: [/functions/urls.parse]
---
@@ -18,7 +15,6 @@ The `urls.Parse` function parses a URL into a [URL structure](https://godoc.org/
[scheme]: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml#uri-schemes-1
-
```go-html-template
{{ $url := "https://example.org:123/foo?a=6&b=7#bar" }}
{{ $u := urls.Parse $url }}