-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JasonZhiZhi
authored and
JasonZhiZhi
committed
Oct 9, 2024
1 parent
4273940
commit ce215c9
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
Submodule docs
updated
from 8a302e to ac720c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ import ( | |
) | ||
|
||
const ( | ||
RedisPrefix = "m0_" | ||
RedisPrefix = "gen_id:" | ||
) | ||
|
||
// msg_id | ||
|