You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
317 B
11 lines
317 B
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 - |