5 строки
72 Б
Go
5 строки
72 Б
Go
package runtime
|
|
|
|
func Callers(skip int, pc []uintptr) int {
|
|
return 0
|
|
}
|