fix: image import

This commit is contained in:
lilong.129
2024-09-12 00:02:21 +08:00
parent 4db467bf79
commit 390bba5063
+2
View File
@@ -4,7 +4,9 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"image" "image"
_ "image/gif"
"image/jpeg" "image/jpeg"
_ "image/png"
"os" "os"
"path/filepath" "path/filepath"
"strings" "strings"