type net.file
7 uses
net (current package)
hosts.go#L67: var file *file
parse.go#L17: type file struct {
parse.go#L23: func (f *file) close() { f.file.Close() }
parse.go#L25: func (f *file) getLineFromData() (s string, ok bool) {
parse.go#L49: func (f *file) readLine() (s string, ok bool) {
parse.go#L67: func open(name string) (*file, error) {
parse.go#L72: return &file{fd, make([]byte, 0, 64*1024), false}, 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. |