gomock unit test READMEGomock unit test readme This extension is specifically made to generate golang unit test especially for those using gloang mock https://github.com/golang/mock Use command Go:generate gomock unit test template while highlighting the method FeaturesGenerating unit test by gomock template 0.0.1Initial Release 0.0.3Fix append issue 0.0.4Fix function naming issue Generated unit test adjustment 0.1.1Fix issue on multiline method Fix issue variable declaration like (a,b int) Fix jumbled up variable |