https://github.com/chimehq/chime-go
A Chime extension for Go
https://github.com/chimehq/chime-go
extensionkit go golang language-server-protocol swift
Last synced: 1 day ago
JSON representation
A Chime extension for Go
- Host: GitHub
- URL: https://github.com/chimehq/chime-go
- Owner: ChimeHQ
- License: bsd-3-clause
- Created: 2022-10-25T14:32:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:19:18.000Z (10 months ago)
- Last Synced: 2025-08-22T13:56:40.935Z (about 2 months ago)
- Topics: extensionkit, go, golang, language-server-protocol, swift
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License][license badge]][license]
# chime-go
A [Chime][chime] extension for Go.## Overview
This Chime extension supports the [Go][go] programming language. It integrates [gopls][gopls] with [ChimeKit][chimekit]'s `ExtensionProtocol`.
Currently, chime-go depends on a pre-built version of gopls being available inside the containing `.appex` bundle. This is a limitation that will eventually be removed.
## Installation
chime-go's core functionality is built directly into Chime 2.0.
## Suggestions or Feedback
We'd love to hear from you! Get in touch via an issue or pull request.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
[license]: https://opensource.org/licenses/BSD-3-Clause
[license badge]: https://img.shields.io/github/license/ChimeHQ/chime-go
[chime]: https://www.chimehq.com
[go]: https://go.dev
[gopls]: https://pkg.go.dev/golang.org/x/tools/gopls
[chimekit]: https://github.com/ChimeHQ/ChimeKit