]> Cypherpunks.ru repositories - gostls13.git/commit
encoding/binary: add var NativeEndian
authorcuiweixie <cuiweixie@gmail.com>
Wed, 25 Jan 2023 03:22:29 +0000 (11:22 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 27 Jan 2023 18:17:20 +0000 (18:17 +0000)
commit4b3726e99bec62e4a8b8e9cecc478b51ce0d4636
treeeff88a8a92e83d3d1f85b3fd5959e8dd25ef6f38
parent092671423cd95eaa6df93eb29442fef41504d097
encoding/binary: add var NativeEndian

Updates #57237

Change-Id: I149c8b7eeac91b87b5810250f96d48ca87135807
Reviewed-on: https://go-review.googlesource.com/c/go/+/463218
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: xie cui <523516579@qq.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
api/next/57237.txt [new file with mode: 0644]
src/encoding/binary/binary_test.go
src/encoding/binary/native_endian_big.go [new file with mode: 0644]
src/encoding/binary/native_endian_little.go [new file with mode: 0644]