mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-15 21:58:36 +00:00
* Update bluemonday to v1.0.15 (#16379) * Fix TESTS
This commit is contained in:
14
vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go
generated
vendored
Normal file
14
vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// +build go1.1,!go1.12
|
||||
|
||||
package bluemonday
|
||||
|
||||
import "io"
|
||||
|
||||
type stringWriterWriter interface {
|
||||
io.Writer
|
||||
StringWriter
|
||||
}
|
||||
|
||||
type StringWriter interface {
|
||||
WriteString(s string) (n int, err error)
|
||||
}
|
Reference in New Issue
Block a user