1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-25 21:05:56 +00:00

Update README.md

Former-commit-id: 79f2afdda02ca9e227ada5c1b78c34ead20fbc88
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-10-12 21:45:14 +03:00
parent 13975a5d81
commit 6d94a51d3d
2 changed files with 11 additions and 3 deletions

View File

@@ -197,7 +197,9 @@ $ go run main.go
> Application started. Press CTRL+C to shut down.
```
> Examples and docs are updated to Go 1.9, please refer to that [section](https://github.com/kataras/iris/blob/master/faq.md#type-aliases) before anything else.
> Wanna re-start your app automatically when source code changes happens? Install the [rizla](https://github.com/kataras/rizla) tool and run `rizla main.go` instead of `go run main.go`.
Examples and docs are updated to Go 1.9, please refer to [that FAQ section](https://github.com/kataras/iris/blob/master/faq.md#type-aliases).
<details>
<summary>Hello World with Go 1.8</summary>