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

lint: Remove redundant embedded field accesses #1051

Merged
merged 1 commit into from Jan 25, 2022
Merged

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Jan 25, 2022

Because the corresponded type is embedded, we can access these fields
directly.

Because the corresponded type is embedded, we can access these fields
directly.
@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #1051 (7ba4dc8) into master (c087e07) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1051   +/-   ##
=======================================
  Coverage   98.22%   98.22%           
=======================================
  Files          48       48           
  Lines        2080     2080           
=======================================
  Hits         2043     2043           
  Misses         29       29           
  Partials        8        8           
Impacted Files Coverage Δ
logger.go 96.22% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c087e07...7ba4dc8. Read the comment docs.

@abhinav abhinav merged commit 3f20106 into master Jan 25, 2022
@abhinav abhinav deleted the abg/remove-embedded branch January 25, 2022 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants