1
0
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:
Gerasimos (Makis) Maropoulos
2018-01-08 09:58:40 +02:00
parent ade6809fc1
commit 6ba34a95be
7 changed files with 187 additions and 6 deletions

View File

@@ -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