Fix lint errors

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2017-10-17 16:39:42 -04:00
parent e009b670f3
commit a224547540
8 changed files with 17 additions and 91 deletions

View File

@@ -25,7 +25,7 @@ func (f *formatList) String() string {
}
func (f *formatList) Set(value string) error {
// allow comma seperated options or multiple options
// allow comma separated options or multiple options
for _, cs := range strings.Split(value, ",") {
*f = append(*f, cs)
}