Skip to content

dev-templates/go-cloud-run

Repository files navigation

Go Repository Template for Google Cloud Run

codecov Build Status go.dev go.mod Go Report Card LICENSE

This is a GitHub repository template for Go

It includes:

Usage

  1. Sign up on Codecov and configure Codecov GitHub Application for all repositories.
  2. Click the Use this template button (alt. clone or download this repository).
  3. Replace all occurences of dev-templates/go-cloud-run to your_org/repo_name in all files.
  4. Rename folder cmd/go-cloud-run to cmd/app_name.
  5. Replace gcr.io/app/server to gcr.io/<PROJECT_ID>/<IMAGE_ID>/repo_name in docker-compose.yml.
  6. Update LICENSE and README.md.

Build

  • Visual Studio Code: TerminalRun Build Task... (Ctrl+Shift+P => Tasks: Run Task) to execute a fast build or run docker-compose.

Maintainance

Notable files:

About

Go Repository Template for Google Cloud Run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors