mirror of
https://github.com/kataras/iris.git
synced 2026-01-23 11:56:00 +00:00
translate HISTORY/CHANGELOG to the Greek Language
Former-commit-id: f29a586b91bf4205818c42182c1914d5ccb4cd2b
This commit is contained in:
@@ -149,7 +149,7 @@ Example can be found [here](_examples/http_request/upload-files/main.go).
|
||||
|
||||
## context#View
|
||||
|
||||
Just a minor addition, add a second optional variadic argument to the `context#view` method to accept a single value for template binding.
|
||||
Just a minor addition, add a second optional variadic argument to the `context#View` method to accept a single value for template binding.
|
||||
When you just want one value and not key-value pairs, you used to use an empty string on the `ViewData`, which is fine, especially if you preload these from a previous handler/middleware in the request handlers chain.
|
||||
|
||||
```go
|
||||
|
||||
Reference in New Issue
Block a user