go

module
v2.0.0-...-4b7107c Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: MIT

README

Go Monorepo

Description

This is a single monorepo for my various golang projects because reinventing wheels for different projects gets real old, real quick whether here or when I just want to reuse some of my code in a different personal or work project.

Status

Version

Linter Linter
Security Snyk
Test Test
Build Build

Structure

  1. If we create a binary, it's main.go goes here in cmd/. (Makefile will automatically build it).
  2. If we create reusable code, it goes here in projects/
  3. Makefile automation is here in Makefile.d/
  4. Binaries we produce are here in build/
  5. Documentation is here in docs/ (this includes example code for our projects)

Commands

This section covers the commands in the go monorepo:

Projects

Other Documentation and Stuff

Build, Test, etc...
Makefile Tooling

Jump to

Keyboard shortcuts

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