runtime/debug: stubs PrintStack

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Этот коммит содержится в:
Takeshi Yoneda 2023-01-27 08:30:11 +09:00 коммит произвёл Ron Evans
родитель dd9c2273e4
коммит 13698b17f7

Просмотреть файл

@ -9,6 +9,11 @@ func SetMaxStack(n int) int {
return n return n
} }
// PrintStack prints to standard error the stack trace returned by runtime.Stack.
//
// Not implemented.
func PrintStack() {}
// Stack returns a formatted stack trace of the goroutine that calls it. // Stack returns a formatted stack trace of the goroutine that calls it.
// //
// Not implemented. // Not implemented.