This commit is contained in:
Gerasimos (Makis) Maropoulos 2021-10-13 17:27:51 +03:00
parent bf54d33a3e
commit e2f40ca06e
No known key found for this signature in database
GPG Key ID: ACAB76DFB0DD3F3B
3 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem.
- OS: [e.g. ubuntu, windows] - OS: [e.g. ubuntu, windows]
**iris.Version** **iris.Version**
- e.g. v12.2.0-alpha3 or master - e.g. v12.2.0-alpha4 or master
Please make sure the bug is reproducible over the `master` branch: Please make sure the bug is reproducible over the `master` branch:

View File

@ -242,7 +242,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
$ mkdir myapp $ mkdir myapp
$ cd myapp $ cd myapp
$ go mod init myapp $ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha3 $ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha4
``` ```
<div dir="rtl"> <div dir="rtl">

View File

@ -451,6 +451,7 @@ var (
File, File,
Path, Path,
UUID, UUID,
Mail,
Email, Email,
} }
) )