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

some initial thoughts #16

Closed
wants to merge 1 commit into from
Closed

Conversation

mandrigin
Copy link

feel free to close this PR as soon as this feedback is processed

@mandrigin mandrigin requested a review from decanus May 27, 2019 13:27
}

func (ds *DummyStore) GetMessage(id MessageID) (Message, error) {
ds.Lock()
defer ds.Unlock()

m, _ := ds.ms[id]; return m, nil
m, _ := ds.ms[id]
Copy link
Author

Choose a reason for hiding this comment

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

lol, my vim doesn't like semicolons :-D

@decanus
Copy link
Contributor

decanus commented May 28, 2019

@mandrigin thanks for the review, closing this PR due to the rather larger payloads refactor.

@decanus decanus closed this May 30, 2019
@decanus decanus deleted the igorm-initial-code-review branch June 4, 2019 18:20
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