Golang TDD red greenMissing green and red lights on your tdd when developing in Golang? Here they are. Golang TDD gets green when tests for the current package passes and red otherwise. All of this on save and in the bottom right corner of vscode. As a plus, you also get the current package coverage. Enjoy! FeaturesRelease Notes0.0.8Minor fixes 0.0.7Add package coverage 0.0.6Fix test result parsing 0.0.2 - 0.0.5Minor fixes 0.0.1Initial release |