Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensuikan1973/competitive_programming_go_starter
https://github.com/sensuikan1973/competitive_programming_go_starter
docker go vscode
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensuikan1973/competitive_programming_go_starter
- Owner: sensuikan1973
- Created: 2022-07-30T13:16:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T01:48:03.000Z (8 months ago)
- Last Synced: 2024-03-25T02:58:39.575Z (8 months ago)
- Topics: docker, go, vscode
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Starter For Competitive Programming
## Requirements
- Docker
- VSCode
- install [`Remote Development`](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)## Usage
1. Open this repository with VSCode.
1. Click `Repoen in Container`.
1. You can develop inside the Container !### Run
```sh
vscode ➜ /workspaces/competitive_programming_go_starter (main) $ go run main.go
3
aaaa
bbbb
ccccline num: 3
string: aaaa
string: bbbb
string: cccc
```### Debug
1. Run Go Program with Debugger.
1. You can input STDIN on Terminal Tab.# Reference
- [VSCode | Developing inside a Container](https://code.visualstudio.com/docs/remote/containers)
- [Microsoft | Try Out Development Containers: Go](https://github.com/Microsoft/vscode-remote-try-go)