Update validate-lint to find go files by itself

… and fixes the last bits that were missing :3.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2015-09-04 14:56:45 +02:00
parent 2161f321f9
commit bb4dd7d26b
2 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@ func getWalkRoot(srcPath string, include string) string {
return filepath.Join(srcPath, include)
}
// canonicalTarNameForPath returns platform-specific filepath
// CanonicalTarNameForPath returns platform-specific filepath
// to canonical posix-style path for tar archival. p is relative
// path.
func CanonicalTarNameForPath(p string) (string, error) {