mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Update README.md
Former-commit-id: 79f2afdda02ca9e227ada5c1b78c34ead20fbc88
This commit is contained in:
parent
13975a5d81
commit
6d94a51d3d
10
README.md
10
README.md
|
@ -55,7 +55,11 @@ That 23 years old, inhibited boy, who published that post had played you with th
|
||||||
</details>
|
</details>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
_Psst_, we've produced a small video about your feelings regrating to Iris! You can watch the whole video at https://www.youtube.com/watch?v=jGx0LkuUs4A.
|
Iris may have reached version 8, but we're not stopping there. We have many feature ideas on our board that we're anxious to add and other innovative web development solutions that we're planning to build into Iris.
|
||||||
|
|
||||||
|
[Star](https://github.com/kataras/iris/stargazers) and watch this github repository to stay up to date, we're pushing **new examples every single day!**
|
||||||
|
|
||||||
|
_Psst_, we've produced a small video about your feelings regrating to Iris! You can watch it via youtube at https://www.youtube.com/watch?v=jGx0LkuUs4A.
|
||||||
|
|
||||||
[![build status](https://img.shields.io/travis/kataras/iris/master.svg?style=flat-square)](https://travis-ci.org/kataras/iris)
|
[![build status](https://img.shields.io/travis/kataras/iris/master.svg?style=flat-square)](https://travis-ci.org/kataras/iris)
|
||||||
[![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=flat-square)](http://goreportcard.com/report/kataras/iris)
|
[![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=flat-square)](http://goreportcard.com/report/kataras/iris)
|
||||||
|
@ -144,7 +148,9 @@ $ go run main.go
|
||||||
> Application started. Press CTRL+C to shut down.
|
> Application started. Press CTRL+C to shut down.
|
||||||
```
|
```
|
||||||
|
|
||||||
Guidelines for bootstrapping handler-based applications can be found at the [_examples/structuring/handler-based](_examples/structuring/handler-based) folder.
|
> 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`.
|
||||||
|
|
||||||
|
Guidelines for bootstrapping applications can be found at the [_examples/structuring](_examples/#structuring).
|
||||||
|
|
||||||
### Quick MVC Tutorial
|
### Quick MVC Tutorial
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,9 @@ $ go run main.go
|
||||||
> Application started. Press CTRL+C to shut down.
|
> 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>
|
<details>
|
||||||
<summary>Hello World with Go 1.8</summary>
|
<summary>Hello World with Go 1.8</summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user