Skip to content

Commit cf9cfb7

Browse files
committed
Fix null element type code
1 parent d7e05d5 commit cf9cfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buffer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type arrayElemType byte
8686

8787
const (
8888
arrayElemDouble arrayElemType = 10
89-
arrayElemNull arrayElemType = 33
89+
arrayElemNull arrayElemType = 40
9090
)
9191

9292
// buffer is a wrapper on top of bytes.Buffer. It extends the

0 commit comments

Comments
 (0)