https://github.com/wangdahoo/gowork
Setup vscode golang development envionment quickly.
https://github.com/wangdahoo/gowork
Last synced: about 1 year ago
JSON representation
Setup vscode golang development envionment quickly.
- Host: GitHub
- URL: https://github.com/wangdahoo/gowork
- Owner: wangdahoo
- Created: 2019-04-05T04:27:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T20:29:17.000Z (over 4 years ago)
- Last Synced: 2025-02-11T12:41:19.803Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gowork 
> Setup seperated golang development envionment quickly.
## Prepare
- [vscode-go](https://github.com/Microsoft/vscode-go) if use `vscode`
## Usage
```bash
npm i -g @wangdahoo/gowork
# create new project
gowork create myproject
cd myproject
./ge go mod tidy
# using this command after you git clone a project created by gowork,
# to ensure your workspace right and link your project to GOPATH.
cd
gowork ensure
```