Skip to content

v0.0.22: Remove multiple mains from directory

Compare
Choose a tag to compare
@relaxnow relaxnow released this 18 Mar 13:40
· 2 commits to main since this release

Veracode Static Analysis for Go does not allow targeting a single main func so if multiple main funcs exist in a directory it triggers an error.
This new update removes competing main functions that will be scanned in other zip files anyway.