This commit is contained in:
2026-06-19 07:25:46 +03:00
parent 06823ee547
commit 2d73ce1727
52 changed files with 5173 additions and 547 deletions

3
prepare.sh Executable file
View File

@@ -0,0 +1,3 @@
cd prepare
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o prepare
cd -