adjust text

This commit is contained in:
Chris Lu 2019-12-10 21:44:47 -08:00
parent 5847c5afff
commit 356bd1b629

View file

@ -127,11 +127,11 @@ func (s3backendStorageFile S3BackendStorageFile) ReadAt(p []byte, off int64) (n
}
func (s3backendStorageFile S3BackendStorageFile) WriteAt(p []byte, off int64) (n int, err error) {
panic("implement me")
panic("not implemented")
}
func (s3backendStorageFile S3BackendStorageFile) Truncate(off int64) error {
panic("implement me")
panic("not implemented")
}
func (s3backendStorageFile S3BackendStorageFile) Close() error {