https://github.com/gitpod-io/template-golang-cli-tabnine
https://github.com/gitpod-io/template-golang-cli-tabnine
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitpod-io/template-golang-cli-tabnine
- Owner: gitpod-io
- License: apache-2.0
- Created: 2021-09-08T17:36:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T17:07:18.000Z (almost 5 years ago)
- Last Synced: 2025-12-25T16:08:30.390Z (6 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Golang CLI template on Gitpod, with Tabnine enabled
This is a [Golang CLI](https://golang.org) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
Please note, this project has [Tabnine](https://www.tabnine.com/)'s AI-assisted code completion configured.
## Next Steps
Click the button below to start a new development environment:
[](https://gitpod.io/#https://github.com/gitpod-io/template-golang-cli)
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
### An existing project
To get started with Golang CLI on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.