Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove if statement whose condition is always false.
The packageNames slice will never be empty. If the flag -packages is empty, packageNames will contain the empty string, and the package in the current directory will be analyzed.
- Loading branch information