This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
mirror of
https://github.com/minio/minio.git
Watch
1
Star
0
Fork
You've already forked minio
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c07bfee8a
minio
/
docs
/
debugging
/
build.sh
7 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
export
CGO_ENABLED
=
0
for
dir in docs/debugging/*/
;
do
go build -C
${
dir
}
-v
done
Reference in New Issue
View Git Blame
Copy Permalink