q
q copied to clipboard
add ability to also print to stdout
this is really useful for CLi apps also.
so when i do q.Q(variable), it also prints out to the STDout
I coudl tail the temp log, but then i loose control of intermixing. for example i want everything to go to tmp log but only some things to go to stdout. I sort of started to use this for nice formatting
https://github.com/olekukonko/tablewriter
ah i just saw the other dude asking for this.
your suggestion of q.Stdout() would do..
how about it :)