docs: update changelog and documentation to indicate golang support (#557)

* docs: update changelog and documentation to indicate golang support

* Update programming-languages.md
dedup-snippet-at-index
Meng Zhang 2023-10-14 00:59:07 -07:00 committed by GitHub
parent b9df0eb260
commit 7ae1a97d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# v0.4.0 [Unreleased]
## Features
* Supports golang: https://github.com/TabbyML/tabby/issues/553
## Fixes and Improvements

View File

@ -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 | 🚫 | 🚫 |
| Scala | 🚫 | 🚫 |