-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: user-friendly command prefix #176
Conversation
The phrase |
chatgpt says:
I prefer otelpack otel and otelremix |
We can discuss on today's meeting |
Make sense, let's keep it as it is now |
prefer otelpack or otel |
Okay, let me change it to |
related to #141
Add
otelbuild
prefix togo build
to build your project:$ otelbuild go build $ otelbuild go build -o app cmd/app $ otelbuild go build -gcflags="-m" cmd/app
The arguments for the tool itself should be placed before
go build
: