golang.org/x/sys/unix.WaitStatus.CoreDump (method)
one use
golang.org/x/sys/unix (current package)
syscall_bsd.go#L103: func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)