parent
							
								
									a6047a8c93
								
							
						
					
					
						commit
						1a75c71907
					
				|  | @ -284,6 +284,9 @@ func (f *file) sectionReader(offset int64) io.Reader { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func (f *file) ReadAt(p []byte, offset int64) (n int, err error) { | func (f *file) ReadAt(p []byte, offset int64) (n int, err error) { | ||||||
|  | 	if offset >= int64(len(f.data)) { | ||||||
|  | 		return 0, io.EOF | ||||||
|  | 	} | ||||||
| 	return copy(p, f.data[offset:]), nil | 	return copy(p, f.data[offset:]), nil | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue