feat: test coverage more than 85%
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package io
|
||||
|
||||
type WriterIface interface {
|
||||
// WriteFile writes file into `w writer` directory.
|
||||
// Returns outputPath and error
|
||||
WriteFile(filename string, data []byte) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user