initial, not sure if it works

This commit is contained in:
2024-05-12 09:37:34 -07:00
commit e4ca1a2ec2
9 changed files with 303 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
default: test
test:
go test -v ./...
run: build
./dcfinfo
build:
cd cmd/dcfinfo && go build -o ../../dcfinfo