top level package comment for service

This commit is contained in:
Asim Aslam 2019-06-06 09:02:00 +01:00
parent 19de02646e
commit 83f46d9c9d

2
service/service.go Normal file
View File

@ -0,0 +1,2 @@
// Package service encapsulates the client, server and other interfaces to provide a complete micro service.
package service