Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed May 3, 2024
1 parent 4f17025 commit d422c28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}")
```

0 comments on commit d422c28

Please sign in to comment.