refactor: restructure project and update goreleaser configuration

This commit is contained in:
Darp Alakun
2025-01-04 21:16:10 -05:00
parent 21ff6cbf30
commit 7fef4a8522
5 changed files with 208 additions and 4 deletions

View File

@@ -11,10 +11,10 @@ export RELEASE_DATE="$(date +%Y).$(date +%V).$(date +%u)"
all: install test
build: go.sum
go build -o bin/hway .
go build -o bin/hway ./cmd
install: go.sum
go install -mod=readonly .
go install -mod=readonly ./cmd
########################################
### Tools & dependencies