sg: be consistent and always use stdout.Out, not global out
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