From 81c5118acaf2fb1508ba27f6d7d71d485f31ca83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E6=B5=A9?= Date: Tue, 18 Jun 2024 11:03:42 +0800 Subject: [PATCH] update_packagename --- service_provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_provider.go b/service_provider.go index 1c11abb..ac4886b 100644 --- a/service_provider.go +++ b/service_provider.go @@ -29,7 +29,7 @@ func (receiver *ServiceProvider) Boot(app foundation.Application) { app.Commands([]console.Command{ commands.NewPublishHttpResult(), }) - app.Publishes("./packages/http_result", map[string]string{ + app.Publishes("github.com/hulutech-web/http_result", map[string]string{ "config/http_result.go": app.ConfigPath("http_result.go"), }) }