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

upgrade dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-19 08:05:13 +02:00
parent f34703e3cf
commit b80bd10903
6 changed files with 409 additions and 9 deletions

View File

@@ -223,9 +223,11 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
## 📖 Learning Iris
```sh
$ mkdir myapp && cd myapp
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha2
$ go mod download
```
![](https://www.iris-go.com/images/gifs/install-create-iris.gif)