Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Memory

MIT License

Memory is a simple package that provides helper functions to interact with the computer's memory from go.

Example

package main
import (
"fmt""github.com/notwithering/memory"
)
funcmain() {
// data you do not want to be stored into memory for longvarinfostring="my super secret password"// zero out the datamemory.Zero(&info)
// there is no data to even printfmt.Println(info)
}

About

Package memory provides helpers functions that interact with the computer's memory from go

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages