+11
-1
README.md
+11
-1
README.md
···
56
56
- [iferr](https://github.com/koron/iferr)
57
57
58
58
2. Modify struct tags:
59
-
By default `json` tag will be added/removed, if not set:
59
+
By default `json` tag will be added/removed, if not set:
60
60
61
61
```vim
62
62
:GoTagAdd json " For add json tag
···
146
146
:GoIfErr
147
147
```
148
148
149
+
10. Setup nvim-dap for go in one line.
150
+
151
+
Notice: [nvim-dap](https://github.com/mfussenegger/nvim-dap) is required
152
+
153
+
```lua
154
+
require"gopher.dap".setup()
155
+
```
156
+
149
157
## Contributing
158
+
150
159
PRs are always welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md)
151
160
152
161
## Thanks
153
162
154
163
- [go.nvim](https://github.com/ray-x/go.nvim)
164
+
- [nvim-dap-go](https://github.com/leoluz/nvim-dap-go)