mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-17 23:46:57 +08:00
correct spelling mistake (#1092)
This commit is contained in:
@ -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 {
|
||||
buf := new(bytes.Buffer) // the returned data
|
||||
// As we loop, we open files and read them. These variables record the currently
|
||||
|
Reference in New Issue
Block a user