1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

publish version v12.2.0-alpha8

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-26 21:27:04 +02:00
parent 20fa672097
commit b4b1f73df6
6 changed files with 9 additions and 6 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-alpha7
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha8
```
<details><summary>Install on existing project</summary>