Categorygithub.com/facily-tech/go-scaffold
modulepackage
0.0.0-20230301173011-aabb4b4edfe1
Repository: https://github.com/facily-tech/go-scaffold.git
Documentation: pkg.go.dev

# README

go-scaffold

A simple golang scaffolding to help me to create new api projects or workers with golang on k8s.

Patterns

Code flow

alt text

Development

How to develop with this project.

VS Code and Remote Containers Plugin

  1. Install Remote - Containers plugin on VS Code.
  2. Copy file ./env/application.env.sample to ./env/application.env
  3. Reopen in Container mode: on Command Palette run Remote-Containers: Open Folder in Container... and select the local folder.
  4. Run the command make hot, for start with hot reload or on main.go file opened debug with pressing "f5".

# Packages

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

# Variables

Embeds has the entire ./embeds directory embed in read-only mode go:embed embeds/* env/*.