mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[performance] http response encoding / writing improvements (#2374)
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
type testMIMES []MIME
|
||||
type testMIMES []string
|
||||
|
||||
func (tm testMIMES) String(t *testing.T) string {
|
||||
t.Helper()
|
||||
|
Reference in New Issue
Block a user