Template to develop Go via Docker + VSCode + Remote-Containers (local usage).
Or via GitHub Codespaces (online).
To try online, press the . (dot) key on GitHub.
Notes to use the template
Clone this repository to local machine, remove the .git directory, and git init it.
NAME_APP="myapp1"
git clone https://github.com/KEINOS/dev-go.git "$NAME_APP" && cd "$NAME_APP" && rm -rf ./.git && git init && cd ..
Set PERSONAL_ACCESS_TOKEN in the repo settings if you want to auto-PR the go.mod files to be up-to-date via GitHub Actions. See: ./.github/workflows