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.
- Clone this repository to local machine, remove the
.git
directory, andgit 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 thego.mod
files to be up-to-date via GitHub Actions. See: ./.github/workflows - This template contains Mergify's auto-merge-settings for bot's automated PR.
This template adopts the below security measures to start with.
- MIT License. Copyright (c) KEINOS and The Contributors.