Golang net/http: document that the fs.FS passed to ServeFileFS, FileServerFS, and NewFileTransportFS must implement io.Seeker
The fs.FS argument, passed to the functions http.ServeFileFS, http.FileServerFS, and http.NewFileTransportFS, must impl...