feat(exec): initial

This commit is contained in:
2023-12-17 03:36:47 +00:00
parent 8cf92167df
commit 653b4ff158
7 changed files with 174 additions and 7 deletions

5
cmd/exec/Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
go build -v
clean:
go clean -i -cache -testcache