diff --git a/README.md b/README.md index f462aeb..8da1cbd 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,11 @@ Next, write a package that encapsulates task creation and task handling. package tasks import ( + "context" + "encoding/json" "fmt" - + "log" + "time" "github.com/hibiken/asynq" )