2022-04-06 11:48:16 +02:00

8 lines
89 B
Go

package debug_writer
import "io"
type Interface interface {
WriteDebug(w io.Writer)
}