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
windows_build.sh Executable file
View File

@@ -0,0 +1,11 @@
cd examples/database
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ../../database_windows
cd -
cd examples/loadtest
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ../../loadtest_windows
cd -
cd examples/requests
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ../../requests_windows
cd -