8 lines
89 B
Go
Raw Normal View History

2022-03-10 10:44:48 +01:00
package debug_writer
import "io"
type Interface interface {
WriteDebug(w io.Writer)
}