From c44c79b2c0d81063c1e956462872dddf2cc8ba0b Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 3 Nov 2022 15:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=98=9F=E5=BA=A7=E5=9B=BE?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/worker/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/worker/main.go b/services/worker/main.go index b45514875..edb2f46a7 100644 --- a/services/worker/main.go +++ b/services/worker/main.go @@ -13,6 +13,7 @@ import ( "go_dreamfactory/modules/gm" "go_dreamfactory/modules/gourmet" "go_dreamfactory/modules/hero" + "go_dreamfactory/modules/horoscope" "go_dreamfactory/modules/hunting" "go_dreamfactory/modules/items" "go_dreamfactory/modules/library" @@ -94,6 +95,7 @@ func main() { arena.NewModule(), troll.NewModule(), sociaty.NewModule(), + horoscope.NewModule(), ) }