We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3981825 commit 47a9e6dCopy full SHA for 47a9e6d
pages/routing.md
@@ -62,7 +62,7 @@ func getArticle(w http.ResponseWriter, r *http.Request) {
62
return
63
}
64
w.Write([]byte(article.Text()))
65
-})
+}
66
```
67
68
as you can see above, the url parameters are defined using the curly brackets `{}` with the parameter name in between, as `{date}` and `{slug}`.
0 commit comments