improve linting

This commit is contained in:
Casey Lee
2019-01-15 17:41:02 -08:00
parent 2b471fbff0
commit 6f07c10d8c
9 changed files with 161 additions and 68 deletions

View File

@@ -75,5 +75,5 @@ func CopyDir(source string, dest string) (err error) {
}
}
return
return err
}