1
0
mirror of https://github.com/google/gops.git synced 2025-02-13 19:52:15 +02:00
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
..
2017-07-28 14:45:08 -07:00
2017-07-28 14:45:08 -07:00
2017-07-28 14:45:08 -07:00
2017-07-28 14:45:08 -07:00
2017-07-28 14:45:08 -07:00
2017-07-28 14:45:08 -07:00
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