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/account/icon.go | |
| parent | 941557cba8dcf2aae9b08e2f61420437f5603b0c (diff) | |
| download | iosdc-japan-2025-albatross-3f73872865263e8690e12f4b43040ed38b062f28.tar.gz iosdc-japan-2025-albatross-3f73872865263e8690e12f4b43040ed38b062f28.tar.zst iosdc-japan-2025-albatross-3f73872865263e8690e12f4b43040ed38b062f28.zip | |
update go package names
Diffstat (limited to 'backend/account/icon.go')
| -rw-r--r-- | backend/account/icon.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/account/icon.go b/backend/account/icon.go index 8f76527..116ee20 100644 --- a/backend/account/icon.go +++ b/backend/account/icon.go @@ -11,8 +11,8 @@ import ( "path/filepath" "time" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/db" - "github.com/nsfisis/iosdc-japan-2024-albatross/backend/fortee" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/db" + "github.com/nsfisis/phperkaigi-2025-albatross/backend/fortee" ) func FetchIcon( |
