docs: update changelog and documentation to indicate golang support (#557)
* docs: update changelog and documentation to indicate golang support * Update programming-languages.mddedup-snippet-at-index
parent
b9df0eb260
commit
7ae1a97d57
|
|
@ -1,6 +1,7 @@
|
|||
# v0.4.0 [Unreleased]
|
||||
|
||||
## Features
|
||||
* Supports golang: https://github.com/TabbyML/tabby/issues/553
|
||||
|
||||
## Fixes and Improvements
|
||||
|
||||
|
|
|
|||
|
|
@ -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 | 🚫 | 🚫 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue