starting over after doing some planning

This commit is contained in:
2026-05-19 15:42:39 -06:00
parent 8f03b92bc4
commit fc0629090e
14 changed files with 0 additions and 446 deletions
-11
View File
@@ -1,11 +0,0 @@
.DEFAULT_GOAL := build
.PHONY:fmt vet build
fmt:
go fmt ./...
vet: fmt
go vet ./...
build: vet
go build -o drogobox internal/app/main.go