Lucas Chen

Results 2 issues of Lucas Chen

GoTest command support some [args](https://github.com/cweill/gotests/blob/develop/gotests/main.go#L10-L42). We would like to have args for customize with `g:gotests_args`. For example: ``` let g:gotests_args = '-parallel' ``` in ./vimrc file

From the v1.0.0 release, the `cancelFunc` is introduced during FSM init with context. However, we had decoupled the callback function. When the unit test of callback may panic since it...