mirror of
https://github.com/awnumar/memguard.git
synced 2026-02-06 17:59:49 +00:00
9 lines
100 B
Go
9 lines
100 B
Go
package core
|
|
|
|
import (
|
|
"github.com/awnumar/memcall"
|
|
)
|
|
|
|
func init() {
|
|
memcall.DisableCoreDumps()
|
|
}
|