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

examples: add an example for #2019

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-12-17 01:16:10 +02:00
parent 1ea5cd58be
commit de8883fc98
6 changed files with 58 additions and 7 deletions

View File

@@ -475,7 +475,7 @@ $ go get github.com/kataras/iris/v12@master
**Run**
```sh
$ go mod tidy -compat=1.19
$ go mod tidy -compat=1.19 # -compat="1.19" for windows.
$ go run .
```