mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
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.