all repos

gopher.nvim @ ac27f4b

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
fix(typo): README.md (#47)

Author: Steve M gearcog@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2023-10-09 15:54:13 +0300
Parent: 03cabf6
M README.md

@@ -104,7 +104,7 @@ ```

6. Generate tests with [gotests](https://github.com/cweill/gotests) -Generate one test for spesific function/method: +Generate one test for a specific function/method: ```vim :GoTestAdd