initial commits
parent
6f2d80962f
commit
3a409f7dd3
|
@ -70,11 +70,11 @@ func EmptyContent() Content {
|
||||||
return Content{}
|
return Content{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close makes strfs.Content fit the io.Closer interface.
|
|
||||||
//
|
|
||||||
// Call close will stop the Read method from working.
|
// Call close will stop the Read method from working.
|
||||||
//
|
//
|
||||||
// Close can safely be called more than once.
|
// Close can safely be called more than once.
|
||||||
|
//
|
||||||
|
// Close makes strfs.Content fit the io.Closer interface.
|
||||||
func (receiver *Content) Close() error {
|
func (receiver *Content) Close() error {
|
||||||
if nil == receiver {
|
if nil == receiver {
|
||||||
return errNilReceiver
|
return errNilReceiver
|
||||||
|
|
Loading…
Reference in New Issue