1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 14:34:16 -04:00

7 lines
95 B
Bash
Raw Normal View History

#!/bin/bash
export CGO_ENABLED=0
for dir in docs/debugging/*/; do
go build -C ${dir} -v
done