Fix execution on rpi

This commit is contained in:
2020-01-01 19:36:22 +01:00
parent c1286d2246
commit 7b0cb1c71f
334 changed files with 219664 additions and 93 deletions

9
vendor/golang.org/x/sys/unix/endian_big.go generated vendored Normal file
View File

@ -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 ppc64 s390x mips mips64
package unix
const isBigEndian = true