add golang.org packages

This commit is contained in:
hebo
2019-08-09 11:27:13 +08:00
parent 3c18120d0e
commit 057559d437
261 changed files with 169178 additions and 1 deletions

9
vendor/golang.org/x/sys/unix/endian_little.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 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64le
package unix
const isBigEndian = false