From 134657c2d6eb434a39203a4337e84dcd42ea5af2 Mon Sep 17 00:00:00 2001 From: Myles Hyson Date: Mon, 26 May 2025 21:08:55 -0700 Subject: [PATCH 1/2] Add golang to plugin table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47b8ee3..b92d033 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,5 @@ Below is the list of plugins already created using this package, with their resp | Rust | generator.plugins.rust | [![Crates](https://img.shields.io/crates/v/lsprotocol)](https://crates.io/crates/lsprotocol) | Active | [Rust package README](./packages/rust/lsprotocol/README.md) | | Dotnet | generator.plugins.dotnet | | Under development | | Crystal | | [nobodywasishere/lsprotocol-crystal](https://github.com/nobodywasishere/lsprotocol-crystal) | Active | [CrystalDoc.info](https://crystaldoc.info/github/nobodywasishere/lsprotocol-crystal/main/index.html) | +| Golang | | [myleshyson/lsprotocol-go](https://github.com/myleshyson/lsprotocol-go) | Active | [myleshyson/lsprotocol-go](https://github.com/myleshyson/lsprotocol-go) | | | From 79b091f109d5872c162ffe2a3395b670206896d4 Mon Sep 17 00:00:00 2001 From: Erik De Bonte Date: Tue, 27 May 2025 15:43:34 -0700 Subject: [PATCH 2/2] Fix pre-existing dangling '' --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b92d033..2c0a8b5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,6 @@ Below is the list of plugins already created using this package, with their resp | ---------------- | ------------------------ | --------------------------------------------------------------------------------------------------- | ----------------- | ----------------------------------------------------------- | | Python | generator.plugins.python | [![PyPI](https://img.shields.io/pypi/v/lsprotocol?label=lsprotocol)](https://pypi.org/p/lsprotocol) | Active | [Python package README](./packages/python/README.md) | | Rust | generator.plugins.rust | [![Crates](https://img.shields.io/crates/v/lsprotocol)](https://crates.io/crates/lsprotocol) | Active | [Rust package README](./packages/rust/lsprotocol/README.md) | -| Dotnet | generator.plugins.dotnet | | Under development | +| Dotnet | generator.plugins.dotnet | | Under development | | | Crystal | | [nobodywasishere/lsprotocol-crystal](https://github.com/nobodywasishere/lsprotocol-crystal) | Active | [CrystalDoc.info](https://crystaldoc.info/github/nobodywasishere/lsprotocol-crystal/main/index.html) | | Golang | | [myleshyson/lsprotocol-go](https://github.com/myleshyson/lsprotocol-go) | Active | [myleshyson/lsprotocol-go](https://github.com/myleshyson/lsprotocol-go) | -| |