This commit is contained in:
2026-02-27 21:20:08 -07:00
commit 2f35c9dd34
12 changed files with 203 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build:
go build -o bin/gobar ./cmd/gobar
test:
go test ./...