mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Reformat comments
This commit is contained in:
@@ -19,8 +19,7 @@ func Open(name string) (File, error) {
|
||||
return &nonCachingFile{File: file}, err
|
||||
}
|
||||
|
||||
// nonCachingFile wraps an *os.File and calls fadvise() to instantly forget
|
||||
// data that has been read or written.
|
||||
// nonCachingFile wraps an *os.File and calls fadvise() to instantly forget data that has been read or written.
|
||||
type nonCachingFile struct {
|
||||
*os.File
|
||||
readOffset int64
|
||||
|
||||
Reference in New Issue
Block a user