From 7ae1a97d575c6f35bac4776eaae56bc4029ce6ef Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 14 Oct 2023 00:59:07 -0700 Subject: [PATCH] docs: update changelog and documentation to indicate golang support (#557) * docs: update changelog and documentation to indicate golang support * Update programming-languages.md --- CHANGELOG.md | 1 + website/docs/programming-languages.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d2c19..fb42e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # v0.4.0 [Unreleased] ## Features +* Supports golang: https://github.com/TabbyML/tabby/issues/553 ## Fixes and Improvements diff --git a/website/docs/programming-languages.md b/website/docs/programming-languages.md index 52d171d..c3dc7b7 100644 --- a/website/docs/programming-languages.md +++ b/website/docs/programming-languages.md @@ -25,6 +25,7 @@ For an actual example of an issue or pull request adding the above support, plea * [Python](https://www.python.org/) * [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) * [TypeScript](https://www.typescriptlang.org/) +* [Golang](https://www.go.dev/): Since v0.4.0 ## Languages Missing Certain Support @@ -33,7 +34,6 @@ For an actual example of an issue or pull request adding the above support, plea | C/C++ | 🚫 | 🚫 | | C# | 🚫 | 🚫 | | CSS | 🚫 | 🚫 | -| Go | 🚫 | 🚫 | | Haskell | 🚫 | 🚫 | | Java | 🚫 | 🚫 | | Julia | 🚫 | 🚫 | @@ -41,4 +41,4 @@ For an actual example of an issue or pull request adding the above support, plea | PHP | 🚫 | 🚫 | | Perl | 🚫 | 🚫 | | Ruby | 🚫 | 🚫 | -| Scala | 🚫 | 🚫 | \ No newline at end of file +| Scala | 🚫 | 🚫 |