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
registry/doc.go Normal file
View File

@@ -0,0 +1,4 @@
/*
Package registry is an interface for service discovery.
*/
package registry