package io type WriterIface interface { WriteFile(filename string, data []byte) (string, error) }