summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-02-13 17:50:20 +0100
committerGitHub <noreply@github.com>2025-02-13 17:50:20 +0100
commit5215080bce1cbe9734b0c7717cf82ca90eb01656 (patch)
tree2bdb02efe18131c4c8d44a5a960875a2fca1df89
parente3d73bddf7dcd67aedaf1a206190366bac697992 (diff)
downloadnofuture-go-memguard-5215080bce1cbe9734b0c7717cf82ca90eb01656.tar.gz
nofuture-go-memguard-5215080bce1cbe9734b0c7717cf82ca90eb01656.tar.xz
nofuture-go-memguard-5215080bce1cbe9734b0c7717cf82ca90eb01656.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3225f89..5288bc8 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
<pre>
memguard.CatchInterrupt()
-memguard.Purge()
-unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
+ memguard.Purge()
+ unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
</pre>
<ul>
<li><strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk</li>