aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/record.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
commit16165aea34a711027825b3f6512e73a0156f8068 (patch)
tree138d92b8b01c41e07a3a2316fd109ddd97e80fa6 /backend/handlers/record.go
parentrefactor: update readme (diff)
downloadlphub-16165aea34a711027825b3f6512e73a0156f8068.tar.gz
lphub-16165aea34a711027825b3f6512e73a0156f8068.tar.bz2
lphub-16165aea34a711027825b3f6512e73a0156f8068.zip
refactor: move backend entry, rename module
Diffstat (limited to 'backend/handlers/record.go')
-rw-r--r--backend/handlers/record.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/handlers/record.go b/backend/handlers/record.go
index c620430..fea6b5d 100644
--- a/backend/handlers/record.go
+++ b/backend/handlers/record.go
@@ -12,11 +12,12 @@ import (
12 "strconv" 12 "strconv"
13 "strings" 13 "strings"
14 14
15 "lphub/database"
16 "lphub/models"
17 "lphub/parser"
18
15 "github.com/gin-gonic/gin" 19 "github.com/gin-gonic/gin"
16 "github.com/google/uuid" 20 "github.com/google/uuid"
17 "github.com/pektezol/leastportalshub/backend/database"
18 "github.com/pektezol/leastportalshub/backend/models"
19 "github.com/pektezol/leastportalshub/backend/parser"
20 "golang.org/x/oauth2/google" 21 "golang.org/x/oauth2/google"
21 "golang.org/x/oauth2/jwt" 22 "golang.org/x/oauth2/jwt"
22 "google.golang.org/api/drive/v3" 23 "google.golang.org/api/drive/v3"