Paul Lecuq
36c5d6f2ed
- web service with json support - web page - cron service to update database infos
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)
|
|
}
|