Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to check if symbol or package is included in binary? #210

Open
nikolaydubina opened this issue Jan 27, 2024 · 0 comments
Open

how to check if symbol or package is included in binary? #210

nikolaydubina opened this issue Jan 27, 2024 · 0 comments
Labels

Comments

@nikolaydubina
Copy link
Owner

go tool nm main | grep -Ei 'golangci-lint|gofumpt'

from https://rednafi.com/go/omit_dev_dependencies_in_binaries/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant