1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-27 14:57:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-03-11 22:37:55 +02:00
parent 0473648bd6
commit 946ea6787d
59 changed files with 171 additions and 311 deletions

View File

@@ -27,7 +27,7 @@ Navigate to that `app` folder and execute the following command:
```sh
$ go init app
$ go get -u github.com/kataras/iris/v12@master
$ go get github.com/kataras/iris/v12@master
# or @latest for the latest official release.
```

View File

@@ -1,6 +1,6 @@
module app
go 1.19
go 1.20
require github.com/kataras/iris/v12 v12.2.0-beta7