mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-23 21:23:41 +09:00
* Update bluemonday to v1.0.15 (#16379) * Fix TESTS
This commit is contained in:
+10
@@ -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