1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00
gops/vendor/golang.org/x/arch
JBD d38055cdcb internal, vendor: remove unused code (#48)
internal object packages are no longer required
given gops depends on rsc.io/goversion/version now.

Also running dep prune to remove the packages
gops doesn't depend from the vendor directory.
2017-09-06 12:15:36 -06:00
..
arm internal, vendor: remove unused code (#48) 2017-09-06 12:15:36 -06:00
ppc64 internal, vendor: remove unused code (#48) 2017-09-06 12:15:36 -06:00
x86 internal, vendor: remove unused code (#48) 2017-09-06 12:15:36 -06:00
AUTHORS all: run dep init again 2017-07-28 14:45:08 -07:00
codereview.cfg all: run dep init again 2017-07-28 14:45:08 -07:00
CONTRIBUTING.md all: run dep init again 2017-07-28 14:45:08 -07:00
CONTRIBUTORS all: run dep init again 2017-07-28 14:45:08 -07:00
LICENSE all: run dep init again 2017-07-28 14:45:08 -07:00
PATENTS all: run dep init again 2017-07-28 14:45:08 -07:00
README all: run dep init again 2017-07-28 14:45:08 -07:00

This repository holds machine architecture information used by the Go toolchain.
The parts needed in the main Go repository are copied in.

This repository requires Go 1.6, or Go 1.5 with the vendor experiment enabled:

	export GO15VENDOREXPERIMENT=1