mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
add all missing go.mod for debugging tools (#18049)
This commit is contained in:
6
docs/debugging/build.sh
Executable file
6
docs/debugging/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export CGO_ENABLED=0
|
||||
for dir in docs/debugging/*/; do
|
||||
go build -C ${dir} -v
|
||||
done
|
||||
Reference in New Issue
Block a user