update readme file

This commit is contained in:
yuli
2024-05-03 17:23:41 +03:00
parent 4f1702546b
commit d422c28616

View File

@@ -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}}")
```