mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-28 04:46:44 -04:00
Update golang/go#27532 Change-Id: I302f7db344e7704000b6e0c976519965b4f6a4ee GitHub-Last-Rev: a18db686b27b2cf5d8bfc266dd9081fa549f93dc GitHub-Pull-Request: golang/sys#38 Reviewed-on: https://go-review.googlesource.com/c/sys/+/187637 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
10 lines
274 B
Go
10 lines
274 B
Go
// Copyright 2016 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
//
|
|
// +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64le riscv64
|
|
|
|
package unix
|
|
|
|
const isBigEndian = false
|