mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Updated github issue template
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
c04b028852
commit
7c614588bc
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
@ -1,4 +1,10 @@
|
|||||||
## Please use [forum](https://forum.labstack.com) to ask questions
|
/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\
|
||||||
|
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/
|
||||||
|
|
||||||
|
Please use forum https://forum.labstack.com to ask questions!
|
||||||
|
|
||||||
|
/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\
|
||||||
|
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/
|
||||||
|
|
||||||
### Issue Description
|
### Issue Description
|
||||||
|
|
||||||
|
2
echo.go
2
echo.go
@ -497,7 +497,7 @@ func (e *Echo) URL(h HandlerFunc, params ...interface{}) string {
|
|||||||
return e.URI(h, params...)
|
return e.URI(h, params...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reverse generates an URL from route name and provided parameters
|
// Reverse generates an URL from route name and provided parameters.
|
||||||
func (e *Echo) Reverse(name string, params ...interface{}) string {
|
func (e *Echo) Reverse(name string, params ...interface{}) string {
|
||||||
uri := new(bytes.Buffer)
|
uri := new(bytes.Buffer)
|
||||||
ln := len(params)
|
ln := len(params)
|
||||||
|
Loading…
Reference in New Issue
Block a user