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

Add IPAddr type #427

Merged
merged 3 commits into from
Jul 30, 2019
Merged

Add IPAddr type #427

merged 3 commits into from
Jul 30, 2019

Conversation

patrickmarabeas
Copy link
Collaborator

@patrickmarabeas patrickmarabeas commented Jun 18, 2019

Implements fmt.Stringer

Fixes #420

Review of colleague's PR #534

@codecov
Copy link

codecov bot commented Jun 18, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #427   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         127    128    +1     
  Lines        2188   2192    +4     
=====================================
+ Hits         2188   2192    +4
Impacted Files Coverage Δ
05_stringer/patrickmarabeas/main.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 b95bcc4...54920dc. Read the comment docs.

starfallz
starfallz previously approved these changes Jun 18, 2019
Copy link
Collaborator

@starfallz starfallz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i like how you covered the boundaries, good job looks good, easy to read. Something super minor, i ended up not using Fprintln and just use Fprint so i dont have to add and expect \n everytime :)

@starfallz starfallz mentioned this pull request Jun 18, 2019
@patrickmarabeas
Copy link
Collaborator Author

@starfallz ah nice call! Will do this in my other labs as well.

Just a reminder to update the labels (under review / changes requested / approved by colleague) accordingly when you are reviewing!

rokane
rokane previously requested changes Jul 19, 2019
Copy link
Member

@rokane rokane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking really good. A couple of super minor things and then this should be ready for merging. Just ping me once this is done and I will try to take a look asap 👍

Implements fmt.Stringer

Closes Lab 05 (anz-bank#420)
Copy link
Contributor

@juliaogris juliaogris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patrickmarabeas patrickmarabeas merged commit cab3b43 into anz-bank:master Jul 30, 2019
@patrickmarabeas patrickmarabeas deleted the lab-05-pm branch July 30, 2019 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lab 05 - Stringer
4 participants