type net/http.File (interface)
Method Implmentations
	Close() error
		*os.File.Close
		ioFile.Close
		os.fileWithoutReadFrom.File.Close
		os.fileWithoutWriteTo.File.Close
	Read(p []byte) (n int, err error)
		*os.File.Read
		ioFile.Read
		os.fileWithoutReadFrom.File.Read
		os.fileWithoutWriteTo.File.Read
	Readdir(count int) ([]fs.FileInfo, error)
		*os.File.Readdir
		ioFile.Readdir
		os.fileWithoutReadFrom.File.Readdir
		os.fileWithoutWriteTo.File.Readdir
|  | 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. |