From d3107cdf9bafbebc4a9cdd6ab91869f8086b3246 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jul 2024 04:39:12 +0900 Subject: change go module name --- backend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/main.go') diff --git a/backend/main.go b/backend/main.go index 66ab015..f90693a 100644 --- a/backend/main.go +++ b/backend/main.go @@ -12,7 +12,7 @@ import ( "github.com/jackc/pgx/v5" - "iosdc-code-battle-poc/db" + "github.com/nsfisis/iosdc-2024-albatross-backend/db" ) type Config struct { -- cgit v1.2.3-70-g09d2