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

Add a link to the stable version on the Installation section

This commit is contained in:
Gerasimos Maropoulos
2016-10-31 21:21:11 +02:00
parent 32e3cbede1
commit 504006a7bb
3 changed files with 15 additions and 71 deletions

View File

@@ -3,7 +3,7 @@
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
## v3 -> v4 (fasthttp-based) long term support
## v3 -> [v4](https://github.com/kataras/iris/tree/4.0.0) (fasthttp-based) long term support
- **NEW FEATURE**: `CacheService` simple, cache service for your app's static body content(can work as external service if you are doing horizontal scaling, the `Cache` is just a `Handler` :) )