Fix go lint warnings

This commit is contained in:
Audrius Butkevicius
2015-06-24 22:05:27 +01:00
parent 070eced2f6
commit 824fa8f17a
2 changed files with 11 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ import (
"strings"
)
// Glob implements filepath.Glob, but works with Windows long path prefixes.
// Deals with https://github.com/golang/go/issues/10577
func Glob(pattern string) (matches []string, err error) {
if !hasMeta(pattern) {