Skip to content

Instantly share code, notes, and snippets.

View wonbyte's full-sized avatar

Greg Sieranski wonbyte

View GitHub Profile
@wonbyte
wonbyte / Makefile
Last active February 4, 2024 19:23
Boilerplate Makefile for Go projects
MAIN_PACKAGE_PATH := ./cmd/example
BINARY_NAME := example
TMP := ./tmp
TMP_BIN := $(TMP)/bin
TMP_COVERAGE := $(TMP)/coverage
# =============================================================================#
# HELPERS
# =============================================================================#
@wonbyte
wonbyte / Rust.md
Last active November 22, 2023 22:51