4b3d5d12f8
Added some TODOs
16 lines
331 B
Go
16 lines
331 B
Go
package squashfs
|
|
|
|
//TODO: Allow settings the options
|
|
|
|
// func (w *Writer) SetGzipOptions() error {}
|
|
|
|
// func (w *Writer) SetLzmaOptions() error {}
|
|
|
|
// func (w *Writer) SetLzoOptions() error {}
|
|
|
|
// func (w *Writer) SetXzOptions() error {}
|
|
|
|
// func (w *Writer) SetLz4Options() error {}
|
|
|
|
// func (w *Writer) SetZstdOptions() error {}
|