1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

publish v12.2.0-alpha7 version

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-25 20:17:02 +02:00
parent 37c766fef7
commit 70a73ef80b
16 changed files with 824 additions and 237 deletions

View File

@@ -281,7 +281,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha2
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha7
```
<details><summary>Install on existing project</summary>