aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/main.go
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-22 04:39:12 +0900
committernsfisis <nsfisis@gmail.com>2024-07-22 04:39:12 +0900
commitd3107cdf9bafbebc4a9cdd6ab91869f8086b3246 (patch)
treee3b2acc975ce48d87d88e7da79ca81cc8fda685e /backend/main.go
parenta4685927a1f7fe8374a567ee74cc62aad639f4c3 (diff)
downloadiosdc-japan-2025-albatross-d3107cdf9bafbebc4a9cdd6ab91869f8086b3246.tar.gz
iosdc-japan-2025-albatross-d3107cdf9bafbebc4a9cdd6ab91869f8086b3246.tar.zst
iosdc-japan-2025-albatross-d3107cdf9bafbebc4a9cdd6ab91869f8086b3246.zip
change go module name
Diffstat (limited to 'backend/main.go')
-rw-r--r--backend/main.go2
1 files changed, 1 insertions, 1 deletions
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 {