Skip to content

Instantly share code, notes, and snippets.

View muttli's full-sized avatar
🚀
to the stars!

Frank Jensen muttli

🚀
to the stars!
View GitHub Profile
@alexedwards
alexedwards / Makefile
Last active November 6, 2025 12:51
Boilerplate Makefile for Go projects
# Change these variables as necessary.
main_package_path = ./cmd/example
binary_name = example
# ==================================================================================== #
# HELPERS
# ==================================================================================== #
## help: print this help message
.PHONY: help