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

v12.2.0-beta7

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-12-24 07:10:02 +02:00
parent 8de2fa607f
commit 3a7260391c
7 changed files with 13 additions and 35 deletions

View File

@@ -462,7 +462,7 @@ O único requisito é a [Linguagem de programação Go](https://go.dev/dl/).
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta6
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta7
```
<details><summary>Instalar num projeto existente</summary>