🚚 Refactor project structure to follow standard Go layout conventions

This commit is contained in:
Dan Jones 2025-11-05 16:00:55 -06:00
commit ad7eba9b03
7 changed files with 5 additions and 4 deletions

View file

@ -47,4 +47,4 @@ open-report: $(COVERHTML) ## Open the coverage report in the default browser
build: $(OUT) ## Builds the application
$(OUT): $(SOURCES) fmt
go build -o $@
go build -o $@ ./cmd/my-log