runtime/debug: stubs PrintStack

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda
2023-01-27 08:30:11 +09:00
committed by Ron Evans
parent dd9c2273e4
commit 13698b17f7
+5
View File
@@ -9,6 +9,11 @@ func SetMaxStack(n int) int {
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.
//
// Not implemented.