Source File
dumpstack.go
Belonging Package
src.elv.sh/pkg/sys
package sysimportconst dumpStackBufSizeInit = 4096func () string {:= make([]byte, dumpStackBufSizeInit)for {:= runtime.Stack(, true)if < cap() {return string([:])}= make([]byte, cap()*2)}}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)