From 26ed90509c377d10dbdebd25b7094a886323b32b Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Wed, 19 Jun 2024 16:18:40 +0200 Subject: [PATCH] docs: add neotest-golang (#407) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9e309..319fbf3 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ See the adapter's documentation for their specific setup instructions. | pytest | [neotest-python](https://github.com/nvim-neotest/neotest-python) | | python-unittest | [neotest-python](https://github.com/nvim-neotest/neotest-python) | | plenary | [neotest-plenary](https://github.com/nvim-neotest/neotest-plenary) | -| go | [neotest-go](https://github.com/akinsho/neotest-go) | +| go | [neotest-go](https://github.com/akinsho/neotest-go)
[neotest-golang](https://github.com/fredrikaverpil/neotest-golang) | | jest | [neotest-jest](https://github.com/haydenmeade/neotest-jest) | | vitest | [neotest-vitest](https://github.com/marilari88/neotest-vitest) | | stenciljs | [neotest-stenciljs](https://github.com/benelan/neotest-stenciljs) |