runtime/debug: stubs PrintStack
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Этот коммит содержится в:
родитель
dd9c2273e4
коммит
13698b17f7
1 изменённых файлов: 5 добавлений и 0 удалений
|
@ -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.
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче