Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwelke/go-starter
A starter repo for VS Code, Gitpod, etc for Go.
https://github.com/mattwelke/go-starter
Last synced: about 1 month ago
JSON representation
A starter repo for VS Code, Gitpod, etc for Go.
- Host: GitHub
- URL: https://github.com/mattwelke/go-starter
- Owner: mattwelke
- Created: 2021-11-26T18:08:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T22:18:01.000Z (about 3 years ago)
- Last Synced: 2024-10-14T02:24:12.604Z (3 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-starter
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mattwelke/go-starter)
After using this template:
- Replace `github.com/mattwelke/go-starter` in `go.mod` after using this template.
- Replace `go-starter` in `.gitignore` with the name of the repo you end up using. For example, `your-new-repo`. Or, modify Go build commands to choose your own built binary name.If using Gitpod, also:
- Replace `https://github.com/mattwelke/go-starter` in the "Open in Gitpod" button in this file with the project URL you end up using. For example, `https://github.com/your-github-account/your-new-repo`.
- If you modify the name of the build binary in the `command` Gitpod task, replace `go-starter` in `.gitignore` with the name of the repo you end up using. For example, `your-new-repo`.