diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:24:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:24:28 +0900 |
| commit | 3f73872865263e8690e12f4b43040ed38b062f28 (patch) | |
| tree | e3674f2a30d0a7da69002e31693d9bf3c32d927d /backend/api/handler_wrapper.go | |
| parent | 941557cba8dcf2aae9b08e2f61420437f5603b0c (diff) | |
| download | phperkaigi-2025-albatross-3f73872865263e8690e12f4b43040ed38b062f28.tar.gz phperkaigi-2025-albatross-3f73872865263e8690e12f4b43040ed38b062f28.tar.zst phperkaigi-2025-albatross-3f73872865263e8690e12f4b43040ed38b062f28.zip | |
update go package names
Diffstat (limited to 'backend/api/handler_wrapper.go')
| -rw-r--r-- | backend/api/handler_wrapper.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/api/handler_wrapper.go b/backend/api/handler_wrapper.go index 9f524e9..681b064 100644 --- a/backend/api/handler_wrapper.go +++ b/backend/api/handler_wrapper.go @@ -7,8 +7,8 @@ import ( "errors" "strings" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/auth" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/auth" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" ) var _ StrictServerInterface = (*HandlerWrapper)(nil) |
