This commit is contained in:
2026-02-10 14:02:11 +00:00
commit 1c3acf51d2
57 changed files with 12036 additions and 0 deletions

11
linux_build.sh Executable file
View File

@@ -0,0 +1,11 @@
cd examples/database
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../database_linux
cd -
cd examples/loadtest
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../loadtest_linux
cd -
cd examples/requests
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../requests_linux
cd -