vendor/golang.org/x/sys/unix/endian_little.go
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
child 256 6d9efbef00a9
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     1 // Copyright 2016 The Go Authors. All rights reserved.
     1 // Copyright 2016 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 //
     4 //
     5 // +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64le
     5 // +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64le riscv64
     6 
     6 
     7 package unix
     7 package unix
     8 
     8 
     9 const isBigEndian = false
     9 const isBigEndian = false