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

Change API to be a bit more go friendly. #7040

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

bogdandrutu
Copy link
Member

Similar to FlagSet.Lookup where return pointers, clarifies that nil when error instead of invalid instance. This is not breaking change since this API was added in this version.

Signed-off-by: Bogdan Drutu [email protected]

Similar to FlagSet.Lookup where return pointers, clarifies that nil when error instead of invalid instance. This is not breaking change since this API was added in this version.

Signed-off-by: Bogdan Drutu <[email protected]>
@bogdandrutu bogdandrutu requested review from a team and dmitryax January 27, 2023 01:51
@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 27, 2023
@codecov
Copy link

codecov bot commented Jan 27, 2023

Codecov Report

Base: 89.94% // Head: 89.94% // No change to project coverage 👍

Coverage data is based on head (295662f) compared to base (6723312).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7040   +/-   ##
=======================================
  Coverage   89.94%   89.94%           
=======================================
  Files         245      245           
  Lines       14712    14712           
=======================================
  Hits        13232    13232           
  Misses       1210     1210           
  Partials      270      270           
Impacted Files Coverage Δ
featuregate/registry.go 77.77% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bogdandrutu bogdandrutu merged commit b771d13 into open-telemetry:main Jan 27, 2023
@bogdandrutu bogdandrutu deleted the useptr branch January 27, 2023 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants