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

Fixing markdown syntax errors in readme document
pull/435/head
figuretu 3 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: Usage:
```` ```
:GoImpl {receiver} {interface} :GoImpl {receiver} {interface}
```
Also, you can put the cursor on the struct and run Also, you can put the cursor on the struct and run
```vim ```
:GoImpl {interface} :GoImpl {interface}
```` ```
e.g: e.g:

Loading…
Cancel
Save