Skip to content

sg: be consistent and always use stdout.Out, not global out

Warren Gifford requested to merge sg/consistent-stdout-out into main

Created by: mrnugget

This changes all the places that previously used out (defined in main.go) to use stdout.Out. Still a global, yes. But now the same one is used everywhere and can be used from sg/internal packages

Merge request reports

Loading