func os.NewFile
5 uses
os (current package)
file.go#L64: Stdin = NewFile(uintptr(syscall.Stdin), "/dev/stdin")
file.go#L65: Stdout = NewFile(uintptr(syscall.Stdout), "/dev/stdout")
file.go#L66: Stderr = NewFile(uintptr(syscall.Stderr), "/dev/stderr")
file_unix.go#L101: func NewFile(fd uintptr, name string) *File {
net
fd_unix.go#L202: return os.NewFile(uintptr(ns), fd.name()), nil
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |