CodeReaderMe / awesome-code-reading

A curated list of high-quality codebases to read and study. Read more code!
377 stars 12 forks source link

Add memberlist #13

Closed lucasleecr closed 5 years ago

lucasleecr commented 5 years ago

Link to the codebase

https://github.com/hashicorp/memberlist/

Which release/version did you read?

Commit https://github.com/hashicorp/memberlist/commit/bfc6c8886aaf7d2f180da4717014f54f73e307a6. The project doesn't do releases too often.

Why it is a good project to read?

Starting point

memberlist.go (https://github.com/hashicorp/memberlist/blob/bfc6c8886aaf7d2f180da4717014f54f73e307a6/memberlist.go)

Reading order

No specific order.

Interesting parts

Any parts should be skipped?

No.

Any other tips?

Links and resources

Contributor

@lucasleecr