Files
weave-scope/experimental
Alfonso Acosta e7c38a9de2 Simplify build
* 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.
2016-03-12 17:42:40 +00:00
..
2016-03-12 17:42:40 +00:00
2016-02-18 16:58:09 +00:00
2016-03-12 17:42:40 +00:00
2015-08-21 10:46:30 +00:00
2016-03-12 17:42:40 +00:00
2015-10-06 12:55:51 +01:00
2015-12-10 12:51:17 +00:00
2016-03-08 13:23:30 +00:00
2016-01-31 17:51:55 -08:00
2015-11-04 15:35:21 +00:00
2015-11-04 15:35:21 +00:00
2016-03-12 17:42:40 +00:00

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