mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
grammar
Former-commit-id: 1c715e3477595c7704450d96f721f88e2b7696a1
This commit is contained in:
parent
6bd50dda52
commit
774a2142a4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user