From 4d4db84d5d24dddc964786f4046fdf9c4552888d Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 7 Jan 2017 15:05:51 +0000 Subject: [PATCH] fix for godoc --- options.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.go b/options.go index 053b934c..54367daa 100644 --- a/options.go +++ b/options.go @@ -76,9 +76,9 @@ func Client(c client.Client) Option { } } -// Context specifies a context for the service -// Can be used to signal shutdown of the service -// Can be used for extra option values +// Context specifies a context for the service. +// Can be used to signal shutdown of the service. +// Can be used for extra option values. func Context(ctx context.Context) Option { return func(o *Options) { o.Context = ctx