feat: error/success hooks

This commit is contained in:
Sam Hoffman
2026-02-07 10:43:08 -05:00
parent 7774a5b956
commit 3c11a79252
4 changed files with 170 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.BuildTime=${BUILD_TIME}"
all: build-linux
test:
go test ./...
go test -v ./...
build-linux:
GOOS=linux GOARCH=amd64 go build ${LDFLAGS} -o bin/thanks ./cmd/thanks