mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-14 00:30:31 +00:00
* Update bluemonday to v1.0.15 (#16379) * Fix TESTS
This commit is contained in:
10
vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_go1.12.go
generated
vendored
Normal file
10
vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_go1.12.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build go1.12
|
||||
|
||||
package bluemonday
|
||||
|
||||
import "io"
|
||||
|
||||
type stringWriterWriter interface {
|
||||
io.Writer
|
||||
io.StringWriter
|
||||
}
|
Reference in New Issue
Block a user