Skip to content
/ dev-go Public

Template to develop Go via Docker + VSCode + Remote-Containers.

License

Notifications You must be signed in to change notification settings

KEINOS/dev-go

Repository files navigation

go1.14+ Go Reference

dev-go

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
  • This template contains Mergify's auto-merge-settings for bot's automated PR.

Statuses

This template adopts the below security measures to start with.

go1.14+ golangci-lint codecov Go Report Card CodeQL


License