Skip to content

Instantly share code, notes, and snippets.

View qqhgs's full-sized avatar
👋

Ilham Bahtiar qqhgs

👋
View GitHub Profile
@alexedwards
alexedwards / Makefile
Last active July 22, 2024 04:49
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