diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 19:06:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 19:06:11 +0900 |
| commit | 0ecb9872b0e0e421d498f0afb4a8f603cba50b39 (patch) | |
| tree | 3b5f08074eba8f02bf49f06a42e3177edb0828de /backend/auth/auth.go | |
| parent | bb1198f01b97ed35531fb2730311832c10249099 (diff) | |
| download | phperkaigi-2025-albatross-0ecb9872b0e0e421d498f0afb4a8f603cba50b39.tar.gz phperkaigi-2025-albatross-0ecb9872b0e0e421d498f0afb4a8f603cba50b39.tar.zst phperkaigi-2025-albatross-0ecb9872b0e0e421d498f0afb4a8f603cba50b39.zip | |
chore(backend): rename root module
Diffstat (limited to 'backend/auth/auth.go')
| -rw-r--r-- | backend/auth/auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/auth/auth.go b/backend/auth/auth.go index 40e54a6..6b358c3 100644 --- a/backend/auth/auth.go +++ b/backend/auth/auth.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/nsfisis/iosdc-2024-albatross-backend/db" + "github.com/nsfisis/iosdc-2024-albatross/backend/db" ) func Login(ctx context.Context, queries *db.Queries, username, password string) (int, error) { |
