0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-27 01:08:50 +00:00
crazy-max_diun/vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_go1.12.go
2024-12-14 22:30:21 +01:00

11 lines
135 B
Go

//go:build go1.12
// +build go1.12
package bluemonday
import "io"
type stringWriterWriter interface {
io.Writer
io.StringWriter
}