src/runtime/debug: stub debug.Stack()
Этот коммит содержится в:
родитель
7273a2b5fd
коммит
348a02d697
1 изменённых файлов: 7 добавлений и 0 удалений
|
@ -8,3 +8,10 @@ package debug
|
||||||
func SetMaxStack(n int) int {
|
func SetMaxStack(n int) int {
|
||||||
return n
|
return n
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Stack returns a formatted stack trace of the goroutine that calls it.
|
||||||
|
//
|
||||||
|
// Not implemented.
|
||||||
|
func Stack() []byte {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче