From 6083de889117cc48f8bd3522f15560396d983740 Mon Sep 17 00:00:00 2001 From: allencloud Date: Mon, 29 Aug 2016 18:37:14 +0800 Subject: [PATCH] correct some nits in comment and test files Signed-off-by: allencloud --- opts/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts/opts.go b/opts/opts.go index 1b9d6b294a..20f4c655a1 100644 --- a/opts/opts.go +++ b/opts/opts.go @@ -136,7 +136,7 @@ func (o *NamedListOpts) Name() string { return o.name } -//MapOpts holds a map of values and a validation function. +// MapOpts holds a map of values and a validation function. type MapOpts struct { values map[string]string validator ValidatorFctType