From 51c7650fc96a0795fedaaaa4f7c2f2087b41b72d Mon Sep 17 00:00:00 2001 From: donknap Date: Sun, 16 Apr 2023 11:01:22 +0800 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 06668d1..e62ff62 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ import ( app "github.com/we7coreteam/w7-rangine-go/src" "github.com/we7coreteam/w7-rangine-go/src/http/middleware" httpserver "github.com/we7coreteam/w7-rangine-go/src/http/server" - "github.com/we7coreteam/w7api/app/home" + "github.com/we7coreteam/w7-rangine-go-skeleton/app/home" ) func main() {