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

feat: improve gstack by adding the ability to generate a path based on the second FunctionId argument #1611

Open
anatoly32322 opened this issue Jan 20, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@anatoly32322
Copy link
Contributor

Feature Request

add the ability to generate a path based on the second FunctionID argument.

convert this:

func (*Conn) Method() {
  ...
  stack.FunctionID("", stack.Package("database/sql"))
  ...
}

to this:

func (*Conn) Method() {
  ...
  stack.FunctionID("database/sql.(*Conn).Method", stack.Package("database/sql"))
  ...
}

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)

@anatoly32322 anatoly32322 added the enhancement New feature or request label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant