1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

push v12.2.0-beta6

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-10-23 05:06:07 +03:00
parent 3f544398b9
commit 8b0ae8ca83
6 changed files with 13 additions and 13 deletions

View File

@@ -473,7 +473,7 @@ The only requirement is the [Go Programming Language](https://go.dev/dl/).
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta5
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta6
```
<details><summary>Install on existing project</summary>