Add package comments

This commit is contained in:
Asim
2016-05-24 22:22:46 +01:00
parent 9d50d51c40
commit 1254a87286
13 changed files with 90 additions and 55 deletions

4
broker/doc.go Normal file
View File

@@ -0,0 +1,4 @@
/*
Package broker is an interface used for asynchronous messaging.
*/
package broker