type os.newFileKind
3 uses
os (current package)
file_unix.go#L110: type newFileKind int
file_unix.go#L113: kindNewFile newFileKind = iota
file_unix.go#L122: func newFile(fd uintptr, name string, kind newFileKind) *File {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)