From eaea90247d82b2ff4745366047cde61393b3b557 Mon Sep 17 00:00:00 2001 From: nekohepott Date: Thu, 18 Jun 2026 04:57:22 +0300 Subject: [PATCH] fix: add "sync" import --- src/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.go b/src/main.go index 0ea8a06..03b0c9e 100644 --- a/src/main.go +++ b/src/main.go @@ -7,6 +7,7 @@ import ( _ "image/png" "os" "strings" + "sync" ) func main() {