Skip to content

Commit 1c0065f

Browse files
committed
document service
1 parent 7f0234b commit 1c0065f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service/service.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Package service provides the runnable service that acts as the root of the
2+
// overall system. It provides a configuration structure, a way to initialise a
3+
// primed instance of the service which can then be start via the .Start() func.
14
package service
25

36
import (

0 commit comments

Comments
 (0)