mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 12:07:28 +00:00
grammar
Former-commit-id: 1c715e3477595c7704450d96f721f88e2b7696a1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user