From 87b19098b1f5f4508ed6ea03414e1896044fedb7 Mon Sep 17 00:00:00 2001 From: Awn Umar Date: Fri, 25 Oct 2019 16:54:52 +0100 Subject: [PATCH] core package shouldnt really be used --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 09024818..99b45aaf 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,6 @@ $ go get github.com/awnumar/memguard API is experimental and may have unstable changes. You should pin a version. [[modules](https://github.com/golang/go/wiki/Modules)] -## Packages - -`memguard` - high level easy to use wrapper over core functionality, with additional features - -`memguard/core` - low level interface - ## Contributing * Submitting program samples to [`./examples`](examples).