mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-05 23:46:57 +08:00

With: $ go get -u github.com/LK4D4/vndr $ sed -i 's/9a7256cb28ed514b4e1e5f68959914c4c28a92e0/a55a76086885b80f79961eacb876ebd8caf3868d/' vendor.conf $ vndr I'm not sure why vndr is messing with github.com/golang/protobuf, but I assume it knows what it's doing. The x/sys bumps to master, but I need it for MS_LAZYTIME (added in github.com/golang/sys@ea9bcade75, unix: generate all Linux go files from source, 2017-03-08). Signed-off-by: W. Trevor King <wking@tremily.us>
10 lines
236 B
Go
10 lines
236 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 ppc64 s390x mips mips64
|
|
|
|
package unix
|
|
|
|
const isBigEndian = true
|