diff options
| author | 2024-07-08 07:34:39 +0000 | |
|---|---|---|
| committer | 2024-07-08 07:34:39 +0000 | |
| commit | 5769722c583474d9ea3e346a7773261738245268 (patch) | |
| tree | 91f35f10c92ac85092857e7c618a8a2377dd11fe /vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go | |
| parent | [chore]: Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#3080) (diff) | |
| download | gotosocial-5769722c583474d9ea3e346a7773261738245268.tar.xz | |
[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.26 to 1.0.27 (#3081)
Diffstat (limited to 'vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go')
| -rw-r--r-- | vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go b/vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go deleted file mode 100644 index ecdaa92ca..000000000 --- a/vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go +++ /dev/null @@ -1,15 +0,0 @@ -//go:build go1.1 && !go1.12 -// +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) -} |
