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

internal/gogrep: add support for $*_ in slice expr members #284

Merged
merged 1 commit into from Oct 15, 2021

Conversation

quasilyte
Copy link
Owner

$*_ inside a slice expression encodes an optional
slice expression member: it could be nil or set to something
that is non-nil.

`$*_` inside a slice expression encodes an optional
slice expression member: it could be nil or set to something
that is non-nil.
@quasilyte quasilyte merged commit a0c5279 into master Oct 15, 2021
@quasilyte quasilyte deleted the quasilyte/gogrep/slice_opt_expr branch October 15, 2021 14:53
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

Successfully merging this pull request may close these issues.

None yet

1 participant