From 3618b6162f2de282091cf0e1da245e708c71ba56 Mon Sep 17 00:00:00 2001 From: Navyum <36869790+Navyum@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:15:55 +0800 Subject: [PATCH] Update main.go --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index dd1edda..9553408 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,7 +1,7 @@ package main import ( - "Navyum/shimoExporter/internal/pkg/shimo" + "github.com/Navyum/shimoExporter/pkg/shimo" "flag" "fmt"