Public symbols are too generic: List, Run, etc.
Bug #1194461 reported by
Domas Monkus
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gocheck |
New
|
Undecided
|
Unassigned |
Bug Description
Some of the public symbols in gocheck have too generic names:
run.go:
- Run(..)
- List(..)
This does preclude packages that are being tested to define these as well (if the gocheck package is imported into the tested package's namespace).
To post a comment you must log in.