status-go/vendor/github.com/anacrolix/confluence/debug-writer/debug-writer.go

8 lines
89 B
Go
Raw Normal View History

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