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

Fix pointer initialization #6

Merged
merged 2 commits into from
Feb 17, 2018
Merged

Fix pointer initialization #6

merged 2 commits into from
Feb 17, 2018

Conversation

creasty
Copy link
Owner

@creasty creasty commented Feb 17, 2018

Why

To fix #5

@codecov-io
Copy link

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         110    105    -5     
=====================================
- Hits          110    105    -5
Impacted Files Coverage Δ
defaults.go 100% <100%> (ø) ⬆️

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 6c4fe17...6c5d7ef. Read the comment docs.

@creasty creasty merged commit 046b42c into master Feb 17, 2018
@creasty creasty deleted the fix_pointer_initializations branch February 17, 2018 14:30
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.

nil slices, maps, and pointers are initialized to non-nil values
2 participants