1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-15 22:50:24 +02:00

\n should not be ignored in base64 decode

This commit is contained in:
Tao Wen
2018-05-26 09:43:29 +08:00
2 changed files with 15 additions and 2 deletions

View File

@ -2,10 +2,11 @@ package jsoniter
import (
"encoding/base64"
"github.com/modern-go/reflect2"
"reflect"
"strconv"
"unsafe"
"github.com/modern-go/reflect2"
)
const ptrSize = 32 << uintptr(^uintptr(0)>>63)