[go] Fix issues in README

This commit is contained in:
Maxi Wolff 2022-06-17 17:34:00 +02:00
parent 07a0881324
commit 8eb1ebfa6b
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ depreciated and =dap-dlv-go= the default choice which is self-contained.
More details about both can be found [[https://emacs-lsp.github.io/dap-mode/page/configuration/#go][here]].
By default =dap-dlv-go= is used, however it is also possible to use the legacy
intgration =dap-go= to do set the layer variable =go-dap-mode= as shown below:
integration =dap-go,= to do so set the layer variable =go-dap-mode= as shown below:
#+begin_src emacs-lisp
(go :variables go-dap-mode 'dap-go)