volgar1x / vim-gocode

A Go bundle for Vundle or Pathogen
237 stars 34 forks source link

Add a GoTestVerbose when go test -v is desired #9

Closed macb closed 10 years ago

macb commented 10 years ago

I wanted to continue to use GoTest, but wanted to see output of prints and what not so I hacked together this. I'm sure there is a more elegant solution, but I didn't want to change the existing GoTest command.

volgar1x commented 10 years ago

Thanks!