mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-27 09:11:57 +00:00
* Get rid of GO15VENDOREXPERIMENT since it's enabled by default in Go >=1.6, just use go 1.6 if you want to build outside the container. * Stop using unset/env -u, just avoid adding env variables where needed. * Pass build flags consistently to codecgen. * Let the experimental/ directory be.
Experimental Code
- Code in this directory must always compile (enforced by CircleCI)
- This directory is ignored for testing but should lint cleanly
- Changes to code in this directory does not need to be PR'd