Skip to content

Add a way to bundle 3rd party Golang tools with your final executalbe #184

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

Open
ifireball opened this issue Feb 18, 2025 · 1 comment
Open

Comments

@ifireball
Copy link

We want to compile scripts that use popular Go-based tools like kubectl and jq. It would be great if we had a way to bundle them into our generated executable so they behave like shell builtins.

We can call this feature BYOB - Bring Your Own Builtin 😄

@yassinebenaid
Copy link
Owner

Good idea 👍 . We will add this feature for sure. Go can already link C programs. I was thinking to allow linking with C as well .

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

No branches or pull requests

2 participants