mirror of https://github.com/gin-gonic/gin.git
correct spelling mistake (#1092)
This commit is contained in:
parent
c16c2b7ec3
commit
ab50cf9790
|
@ -46,7 +46,7 @@ func RecoveryWithWriter(out io.Writer) HandlerFunc {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// stack returns a nicely formated stack frame, skipping skip frames.
|
// stack returns a nicely formatted stack frame, skipping skip frames.
|
||||||
func stack(skip int) []byte {
|
func stack(skip int) []byte {
|
||||||
buf := new(bytes.Buffer) // the returned data
|
buf := new(bytes.Buffer) // the returned data
|
||||||
// As we loop, we open files and read them. These variables record the currently
|
// As we loop, we open files and read them. These variables record the currently
|
||||||
|
|
Loading…
Reference in New Issue