Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonZhiZhi authored and JasonZhiZhi committed Oct 9, 2024
1 parent 4273940 commit ce215c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 8a302e to ac720c
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/zhixunjie/im-fun

go 1.19
go 1.21

toolchain go1.23.1

require (
github.com/gin-gonic/gin v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/gen_id/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const (
RedisPrefix = "m0_"
RedisPrefix = "gen_id:"
)

// msg_id
Expand Down

0 comments on commit ce215c9

Please sign in to comment.