func os.Lstat
11 uses
os (current package)
file.go#L828: f, err := Lstat(fullname)
file_unix.go#L27: fi, err := Lstat(newname)
file_unix.go#L37: if ofi, err := Lstat(oldname); err != nil {
file_unix.go#L462: return Lstat(d.parent + "/" + d.name)
path.go#L59: dir, err1 := Lstat(path)
stat.go#L24: func Lstat(name string) (FileInfo, error) {
path/filepath
match.go#L247: if _, err = os.Lstat(pattern); err != nil {
path.go#L307: var lstat = os.Lstat // for testing
path.go#L397: info, err := os.Lstat(root)
path.go#L424: info, err := os.Lstat(root)
symlink.go#L85: fi, err := os.Lstat(dest)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |