update md
This commit is contained in:
parent
eb99191337
commit
6e0d29c47c
1 changed files with 17 additions and 17 deletions
10
README.md
10
README.md
|
|
@ -97,7 +97,7 @@ This will install the following tools:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<b>Add and remove tags for structs(via gomodifytags)</b>
|
<b>Add and remove tags for structs via <a href="https://github.com/fatih/gomodifytags">gomodifytags</a>)</b>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
By default `json` tag will be added/removed, if not set:
|
By default `json` tag will be added/removed, if not set:
|
||||||
|
|
@ -119,7 +119,7 @@ This will install the following tools:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<b>Generating tests via [gotests](https://github.com/cweill)</b>
|
<b>Generating tests via <a href="https://github.com/cweill/gotests">gotests</a></b>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
|
@ -170,7 +170,7 @@ This will install the following tools:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<b>Interface implementation via [impl](https://github.com/josharian/impl)</b>
|
<b>Interface implementation via <a href="https://github.com/josharian/impl">impl<a></b>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
Syntax of the command:
|
Syntax of the command:
|
||||||
|
|
@ -206,7 +206,7 @@ This will install the following tools:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<b>Generate `if err != nil {` via [iferr](https://github.com/koron/iferr)</b>
|
<b>Generate `if err != nil {` via <a href="https://github.com/koron/iferr">iferr</a></b>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
Set the cursor on the line with `err` and execute
|
Set the cursor on the line with `err` and execute
|
||||||
|
|
@ -218,7 +218,7 @@ This will install the following tools:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<b>Setup [nvim-dap](https://github.com/mfussenegger/nvim-dap) for go in one line</b>
|
<b>Setup <a href="https://github.com/mfussenegger/nvim-dap">nvim-dap</a> for go in one line</b>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue