fix: add "sync" import

This commit is contained in:
nekohepott 2026-06-18 04:57:22 +03:00
parent 2f6b14432b
commit eaea90247d
No known key found for this signature in database

View File

@ -7,6 +7,7 @@ import (
_ "image/png" _ "image/png"
"os" "os"
"strings" "strings"
"sync"
) )
func main() { func main() {