Hi Luke, Right now there is no way to see the output. However if you use NeoVim, it connects the stdout to an internal vim terminal and you can see the output directly. In Vim we only parse the error failures and put the inside a quickfix window, so you can go over them and fix them.
Regards On Fri, Sep 9, 2016 at 6:24 PM, Luke <loch...@endai.com> wrote: > Hi, > > I am trying to figure out how to see the whole output of command `go test` > (:GoTest) in VIM... I use vim-go. Right now, it just says if it was a > failure or success, however I also print out some logs using t.Logf and this > output is not being shown anywhere... > > thx > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Fatih Arslan -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.