3rf / codecoroner

tool for detecting unused functions and variables in Go source code
http://kyleerf.com
141 stars 22 forks source link

ssa.CreateTestMainPackage() now takes one package at a time #12

Closed kalbasit closed 7 years ago

kalbasit commented 7 years ago

This fixes the compilation issue caused by a breaking change in the ssa package.

closes #11

3rf commented 7 years ago

Thanks for this! I missed this PR because I'm dense as heck and found the exact same fix today. Merging this in because I really appreciate it, though.

kalbasit commented 7 years ago

@3rf no problem :)