Skip to content

Conversation

bwplotka
Copy link
Member

0 logic change.

Also module in go.mod was utterly wrong. Now all should work properly.

Signed-off-by: Bartek Plotka [email protected]

@bwplotka bwplotka requested a review from free March 16, 2019 22:28
Copy link
Member

@free free left a comment

Choose a reason for hiding this comment

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

LGTM

With apologies for the delay. I didn't even have the time to look at the email until now and only did so because I noticed it said "zero logic changes", so I figured it would be quick.

Out of curiosity, what's the benefit of putting every file in its own package?

@bwplotka
Copy link
Member Author

Sure:

  • clear boundaries for unrelated functionalities
  • separation of concern

It's not that big deal just easier to work with over time -> and unit test (!) at some point 😄

@bwplotka bwplotka merged commit efb01aa into master Mar 19, 2019
@bwplotka bwplotka deleted the pkg branch March 19, 2019 17:35
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.

2 participants