type net/http.File
9 uses
net/http (current package)
fs.go#L71: func (d Dir) Open(name string) (File, error) {
fs.go#L95: Open(name string) (File, error)
fs.go#L102: type File interface {
fs.go#L128: func dirList(w ResponseWriter, r *Request, f File) {
fs.go#L754: func (f ioFS) Open(name string) (File, error) {
go.opencensus.io/zpages/internal
resources.go#L42: func (_escLocalFS) Open(name string) (http.File, error) {
resources.go#L75: func (fs _escStaticFS) Open(name string) (http.File, error) {
resources.go#L83: func (dir _escDirectory) Open(name string) (http.File, error) {
resources.go#L87: func (f *_escFile) File() (http.File, error) {
![]() |
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. |