First implementation

This commit is contained in:
2019-12-01 22:35:19 +01:00
parent 832459ee7c
commit bdba5127bd
369 changed files with 240807 additions and 96 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