Former-commit-id: 1c715e3477595c7704450d96f721f88e2b7696a1
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-07-25 06:17:21 +03:00
parent 6bd50dda52
commit 774a2142a4

View File

@ -140,9 +140,9 @@ func main() {
}
```
> If parameter type is missing then the defaults to `string`, therefore `{name:string}` and `{name}` do the same exactly
> If parameter type is missing then defaults to `string`, therefore `{name:string}` and `{name}` do the same exactly thing.
> Learn more about path parameter's types by navigating [here](_examples/routing/dynamic-path/main.go#L31)
> Learn more about path parameter's types by navigating [here](_examples/routing/dynamic-path/main.go#L31).
### Cookies