mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
minor
This commit is contained in:
parent
bf54d33a3e
commit
e2f40ca06e
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -451,6 +451,7 @@ var (
|
||||||
File,
|
File,
|
||||||
Path,
|
Path,
|
||||||
UUID,
|
UUID,
|
||||||
|
Mail,
|
||||||
Email,
|
Email,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user