libp2p / go-libp2p-examples

Example libp2p applications
MIT License
338 stars 145 forks source link

Add PubSub and GossipSub example #74

Closed MBakhshi96 closed 3 years ago

MBakhshi96 commented 5 years ago

closes #66

raulk commented 5 years ago

@MBakhshi96 thanks for the contribution! do you mind running gofmt, please?

MBakhshi96 commented 5 years ago

@raulk I think I've run go fmt, because running go fmt doesn't change anything.

aarshkshah1992 commented 3 years ago

Thank you for the PR @MBakhshi96 .

Closing this as we do now have an example of Gossipsub in go-libp2p-examples/pubsub/chat.