Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e78674

Browse files
EdemEdem
Edem
authored and
Edem
committed
updated
1 parentfb6b8ec commit8e78674

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎cmd/server/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import (
77
"net/http"
88

99
"github.com/gin-gonic/gin"
10-
"github.com/wpcodevo/golang-postgresql-grpc/config"
11-
"github.com/wpcodevo/golang-postgresql-grpc/controllers"
12-
dbConn"github.com/wpcodevo/golang-postgresql-grpc/db/sqlc"
13-
"github.com/wpcodevo/golang-postgresql-grpc/routes"
10+
"github.com/wpcodevo/golang-postgresql-api/config"
11+
"github.com/wpcodevo/golang-postgresql-api/controllers"
12+
dbConn"github.com/wpcodevo/golang-postgresql-api/db/sqlc"
13+
"github.com/wpcodevo/golang-postgresql-api/routes"
1414

1515
_"github.com/lib/pq"
1616
)

‎controllers/signup.controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"time"
66

77
"github.com/gin-gonic/gin"
8-
db"github.com/wpcodevo/golang-postgresql-grpc/db/sqlc"
9-
"github.com/wpcodevo/golang-postgresql-grpc/utils"
8+
db"github.com/wpcodevo/golang-postgresql-api/db/sqlc"
9+
"github.com/wpcodevo/golang-postgresql-api/utils"
1010
)
1111

1212
typeAuthControllerstruct {

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
modulegithub.com/wpcodevo/golang-postgresql-grpc
1+
modulegithub.com/wpcodevo/golang-postgresql-api
22

33
go1.18
44

‎routes/auth.route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package routes
22

33
import (
44
"github.com/gin-gonic/gin"
5-
"github.com/wpcodevo/golang-postgresql-grpc/controllers"
5+
"github.com/wpcodevo/golang-postgresql-api/controllers"
66
)
77

88
typeAuthRoutesstruct {

‎tmp/main

471 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp