From 81843a0477c5eba4b3d4f6ff932f748f9e1244e7 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 13 Dec 2018 19:45:48 +0100 Subject: vendor packages --- vendor/golang.org/x/sys/unix/endian_little.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/golang.org/x/sys/unix/endian_little.go (limited to 'vendor/golang.org/x/sys/unix/endian_little.go') diff --git a/vendor/golang.org/x/sys/unix/endian_little.go b/vendor/golang.org/x/sys/unix/endian_little.go new file mode 100644 index 0000000..085df2d --- /dev/null +++ b/vendor/golang.org/x/sys/unix/endian_little.go @@ -0,0 +1,9 @@ +// 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 + +package unix + +const isBigEndian = false -- cgit v1.2.3