From e989e44588106b444ddd995a3226b58a280e88ae Mon Sep 17 00:00:00 2001 From: fumiama Date: Sun, 8 Aug 2021 11:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0free=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03da8e8..b9ac2a6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Decode from encoded b. Display the result. ### func UTF82utf16be(b []byte) ([]byte, error) Turn the result to its original coding form to decode. +### func Free(b []byte) +Free memory allocated by encode / decode. # Usage ## As package