From 52fd8d58f525acc71a58c7af633ec8cc78902801 Mon Sep 17 00:00:00 2001 From: IncSW Date: Wed, 18 Aug 2021 11:11:05 +0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ceb2da..6789dbe 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Faster base64 encoding for Go, based on [Turbo-Base64](https://github.com/powtur ## Features * Drop-in replacement of `encoding/base64`. + * _except for ignoring `\r` and `\n` in decoder._ * ~3 times faster than `encoding/base64`. * Dependency-free.