mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +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]
|
||||
|
||||
**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:
|
||||
|
||||
|
|
|
@ -242,7 +242,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
|
|||
$ mkdir myapp
|
||||
$ cd 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">
|
||||
|
|
|
@ -451,6 +451,7 @@ var (
|
|||
File,
|
||||
Path,
|
||||
UUID,
|
||||
Mail,
|
||||
Email,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user