https://github.com/onurozuduru/go-dev-environment
Development environment template for Go with devcontainers
https://github.com/onurozuduru/go-dev-environment
Last synced: 7 months ago
JSON representation
Development environment template for Go with devcontainers
- Host: GitHub
- URL: https://github.com/onurozuduru/go-dev-environment
- Owner: onurozuduru
- License: mit
- Created: 2024-12-24T14:07:58.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T20:33:31.000Z (9 months ago)
- Last Synced: 2025-01-14T21:36:25.960Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-dev-environment
My development environment setup for Go projects.
This is designed to be used via `devcontainer cli` with `neovim`.
## Starting Container
There is a script to make binding and rebuilding easy.
It auto mounts the current directory as _workspace_.```bash
.devcontainer/start_with_devcontainer_cli.sh
```### Re-building
```bash
.devcontainer/start_with_devcontainer_cli.sh --rebuild
```