func os.Lstat
10 uses
os (current package)
file.go#L344: var lstat = Lstat
file_unix.go#L26: fi, err := Lstat(newname)
file_unix.go#L36: if ofi, err := Lstat(oldname); err != nil {
path.go#L52: dir, err1 := Lstat(path)
stat.go#L20: func Lstat(name string) (FileInfo, error) {
path/filepath
match.go#L258: if _, err = os.Lstat(pattern); err != nil {
path.go#L438: var lstat = os.Lstat // for testing
path.go#L528: info, err := os.Lstat(root)
path.go#L568: info, err := os.Lstat(root)
symlink.go#L84: fi, err := os.Lstat(dest)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |