diff --git a/BUILD.md b/BUILD.md index 77cc94c..236c425 100644 --- a/BUILD.md +++ b/BUILD.md @@ -37,3 +37,8 @@ docker container stats databunker docker run --rm -ti alpine /bin/busybox wget localhost:3000 ``` + +## Check what packages require cgo +``` +go list -f "{{if .CgoFiles}}{{.ImportPath}}{{end}}" $(go list -f "{{.ImportPath}}{{range .Deps}} {{. }}{{end}}") +```