Skip to content

Latest commit

 

History

History

publisher_subscriber

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Publisher-subscriber example

This is an example of a publisher and subscriber.

To run the example, generate Go bindings by running

go generate

Then you can run the publisher and subscriber in separate terminals:

go run ./publisher
go run ./subscriber