func()

in disk.go [87:92]


func (ext *Disk) Close() error {
	if ext.f != nil {
		return ext.f.Close()
	}
	return nil
}