Automatically generate Go test boilerplate from source code
Automatically generate Go test boilerplate from your source code
gotests
$ gotests -all myfile.go
$ gotests -only MyFunction myfile.go
$ gotests -all -w myfile.go