equinix-labs / equinix-labs/otel-cli
Does the binary have to be so large?
Open
- Dominant language
- Go
- Stars
- 716
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
```command
> go install github.com/equinix-labs/otel-cli@latest
...
> ls -halt ~/go/bin/otel-cli
-rwxr-xr-x@ 1 dima staff 19M 26 Nov 12:42 /Users/dima/go/bin/otel-cli*/Users/dima/go/bin/otel-cli*
> strip ~/go/bin/otel-cli
> ls -halt ~/go/bin/otel-cli
-rwxr-xr-x@ 1 dima staff 18M 26 Nov 12:42 /Users/dima/go/bin/otel-cli*
```
Contributor guide
Assessment
This issue has not been assessed yet.