1
0
mirror of https://github.com/fumiama/go-base16384.git synced 2026-06-08 20:10:32 +08:00

增加free说明

This commit is contained in:
fumiama
2021-08-08 11:21:17 +08:00
parent 30ebbb633e
commit e989e44588

View File

@@ -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