Categorygithub.com/dev-templates/go-cloud-run
module
0.0.0-20240805211736-55778864f048
Repository: https://github.com/dev-templates/go-cloud-run.git
Documentation: pkg.go.dev

# README

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:

# Packages

No description provided by the author
No description provided by the author