mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
@@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
type Output interface {
|
||||
WrapWriter(io.Writer) io.WriteCloser
|
||||
WrapWriter(w io.Writer, prefix string) io.WriteCloser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user