func os.Lstat
10 uses
os (current package)
file.go#L403: var lstat = Lstat
file_unix.go#L27: fi, err := Lstat(newname)
file_unix.go#L37: if ofi, err := Lstat(oldname); err != nil {
path.go#L59: dir, err1 := Lstat(path)
stat.go#L24: func Lstat(name string) (FileInfo, error) {
path/filepath
match.go#L259: if _, err = os.Lstat(pattern); err != nil {
path.go#L306: var lstat = os.Lstat // for testing
path.go#L396: info, err := os.Lstat(root)
path.go#L423: info, err := os.Lstat(root)
symlink.go#L85: fi, err := os.Lstat(dest)
![]() |
The pages are generated with Golds v0.7.6. (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. |