Files
weave-scope/experimental
Peter Bourgon 90a0286909 Refactor tests to have appropriate packages
By default, tests should be in package pkg_test. If they need to test
package internals, they can be in package pkg, but then should carry a
suffix of foo_internal_test.go.

This changeset enforces that idiom across the codebase, and adds a check
to the linter to make sure it remains.

Also, some fixes to comments.
2015-06-29 18:06:44 +02:00
..
2015-06-24 11:07:35 +00:00
2015-05-19 10:42:52 +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