From 8062d9971c06d4134c98989ed6e40fb35eef9e84 Mon Sep 17 00:00:00 2001 From: syntaxErrorLineNil Date: Mon, 26 Aug 2024 23:40:38 +0300 Subject: [PATCH] update import --- worker/task.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worker/task.go b/worker/task.go index 0f25d14..7d0b0a1 100644 --- a/worker/task.go +++ b/worker/task.go @@ -6,7 +6,8 @@ import ( "fmt" "sync" "time" - "worker" + + "github.com/SyntaxErrorLineNULL/worker" ) // Task is a struct that encapsulates the execution logic of a concurrent task.