Skip to content

Instantly share code, notes, and snippets.

View thehackercat's full-sized avatar
🚀
what's up

Lexus Lee thehackercat

🚀
what's up
View GitHub Profile
@thehackercat
thehackercat / Makefile
Created November 24, 2020 05:56
Go app general makefile
.PHONY: default install build clean test fmt vet lint
default: build
build: check_go_version
go build -o ./bin/kubectl-verify-gc $(shell ./build/print-ldflags.sh) ./
install: check_go_version
go install $(shell ./build/print-ldflags.sh) ./
@thehackercat
thehackercat / gist:3c10178c36dfa380730e25199242edb1
Created September 11, 2020 02:44
📊 Weekly development breakdown
init