mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-07 11:59:29 +00:00
7eb99fc6c9
Update K8s packages in go.mod to v0.32.1 Signed-off-by: Praveen M <m.praveen@ibm.com>
10 lines
173 B
Go
10 lines
173 B
Go
// +build nacl linux js solaris aix darwin freebsd netbsd openbsd
|
|
|
|
package godirwalk
|
|
|
|
import "syscall"
|
|
|
|
func reclen(de *syscall.Dirent) uint64 {
|
|
return uint64(de.Reclen)
|
|
}
|