1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-25 22:32:23 +02:00

Updated godoc

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-22 22:56:29 -05:00
parent f091ccc9fc
commit 910315ec5f
4 changed files with 20 additions and 19 deletions

View File

@@ -14,11 +14,11 @@ type (
// StackSize is the stack size to be printed.
StackSize int
// StackAll is flag to format stack traces of all other goroutines into
// buffer after the trace for the current goroutine, or not. Default is true.
// StackAll is a flag to format stack traces of all other goroutines into
// buffer after the trace for the current goroutine, or not.
StackAll bool
// PrintStack is the flag to print stack or not. Default is true.
// PrintStack is a flag to print stack or not.
PrintStack bool
}
)