dev-go

module
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2022 License: MIT

README

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.

golangci-lint codecov Go Report Card CodeQL


License

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL