Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

implement ABitOfEverythingService #2

Merged
merged 4 commits into from
Apr 7, 2015

Conversation

mattn
Copy link
Contributor

@mattn mattn commented Apr 7, 2015

No description provided.

var uuid string
for {
uuid = fmt.Sprintf("%x", uuidgen.Next())
if _, ok := s.m[uuid]; !ok {
Copy link
Member

Choose a reason for hiding this comment

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

race condition?

@yugui
Copy link
Member

yugui commented Apr 7, 2015

Thank you for your contribution. Could you fix the minor issues before merge?

@mattn
Copy link
Contributor Author

mattn commented Apr 7, 2015

done

@mattn
Copy link
Contributor Author

mattn commented Apr 7, 2015

fixed race conditions

@yugui
Copy link
Member

yugui commented Apr 7, 2015

LGTM

@hayate
Copy link

hayate commented Apr 7, 2015

thank you @mattn LGTM

yugui added a commit that referenced this pull request Apr 7, 2015
@yugui yugui merged commit fc47605 into grpc-ecosystem:master Apr 7, 2015
@mattn mattn deleted the implement-abitofeverything branch April 7, 2015 08:33
Evgeniy-L added a commit to Evgeniy-L/grpc-gateway that referenced this pull request Nov 16, 2018
* add type for filtering

* add type for field_selection, pagging and sorting
dan-j added a commit to dan-j/grpc-gateway that referenced this pull request Jun 10, 2021
dan-j added a commit to dan-j/grpc-gateway that referenced this pull request Jun 10, 2021
dan-j added a commit to dan-j/grpc-gateway that referenced this pull request Aug 16, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants