Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
ef275f97f4
commit
e4323b6047
2032 changed files with 821464 additions and 52 deletions
9
vendor/github.com/karrick/godirwalk/inoWithFileno.go
generated
vendored
Normal file
9
vendor/github.com/karrick/godirwalk/inoWithFileno.go
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
// +build dragonfly freebsd openbsd netbsd
|
||||
|
||||
package godirwalk
|
||||
|
||||
import "syscall"
|
||||
|
||||
func inoFromDirent(de *syscall.Dirent) uint64 {
|
||||
return uint64(de.Fileno)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue