Update vendor dependencies
Change-Id: I3b1ca9f2687388c831d9d46a4e1de413ffae06ac
This commit is contained in:
9
vendor/github.com/karrick/godirwalk/withIno.go
generated
vendored
Normal file
9
vendor/github.com/karrick/godirwalk/withIno.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build darwin linux
|
||||
|
||||
package godirwalk
|
||||
|
||||
import "syscall"
|
||||
|
||||
func inoFromDirent(de *syscall.Dirent) uint64 {
|
||||
return de.Ino
|
||||
}
|
||||
Reference in New Issue
Block a user