mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 10:27:56 +00:00
update readme file
This commit is contained in:
5
BUILD.md
5
BUILD.md
@@ -37,3 +37,8 @@ docker container stats databunker
|
|||||||
docker run --rm -ti alpine
|
docker run --rm -ti alpine
|
||||||
/bin/busybox wget localhost:3000
|
/bin/busybox wget localhost:3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Check what packages require cgo
|
||||||
|
```
|
||||||
|
go list -f "{{if .CgoFiles}}{{.ImportPath}}{{end}}" $(go list -f "{{.ImportPath}}{{range .Deps}} {{. }}{{end}}")
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user