Skip to content

Commit

Permalink
module name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kwa0x2 committed May 27, 2024
1 parent c57adbd commit 0738748
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kwa0x2/go-redis
module github.com/kwa0x2/go-redis-session

go 1.21.5

Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"github.com/gin-contrib/sessions"
"github.com/gin-gonic/gin"
"github.com/kwa0x2/go-redis/controller"
"github.com/kwa0x2/go-redis/middleware"
"github.com/kwa0x2/go-redis/utils"
"github.com/kwa0x2/go-redis-session/controller"
"github.com/kwa0x2/go-redis-session/middleware"
"github.com/kwa0x2/go-redis-session/utils"
)

func main() {
Expand Down
1 change: 0 additions & 1 deletion tmp/build-errors.log

This file was deleted.

0 comments on commit 0738748

Please sign in to comment.