Go

Cheatsheet/References

The following have now been implemented in a GitHub repository that can be found at:

Dockerfile

Pair the following with the Makefile below

Makefile

This Makefile contains generic-use recipes for a standard Go project

Useful packages

Name
Description

cobra

CLI structure

gofiber

HTTP server

logrus

Logger utilities tool

viper

Configuration management

Last updated