fix(doc): modify mismatched code block (#432)

Fixing markdown syntax errors in readme document
pull/435/head
figuretu 2 months ago committed by GitHub
parent 8efd0c89f2
commit beec14d870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -435,14 +435,15 @@ generate method stubs for implementing an interface
Usage:
````
```
:GoImpl {receiver} {interface}
```
Also, you can put the cursor on the struct and run
```vim
```
:GoImpl {interface}
````
```
e.g:

Loading…
Cancel
Save