mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-27 17:21:34 +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.