mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
6990b76a69
commit
0c70eb8381
4 changed files with 9 additions and 109 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue