mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-13 16:47:36 +08:00
feat:mod tidy
This commit is contained in:
parent
b82a262e00
commit
d30589425a
@ -1,6 +1,6 @@
|
|||||||
module github.com/OpenIMSDK/Open-IM-Server/tools/conversion
|
module github.com/OpenIMSDK/Open-IM-Server/tools/conversion
|
||||||
|
|
||||||
go 1.17
|
go 1.18
|
||||||
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|||||||
@ -45,5 +45,5 @@ func TestRequestConversion(t *testing.T) {
|
|||||||
// pass
|
// pass
|
||||||
func TestChatLogsConversion(t *testing.T) {
|
func TestChatLogsConversion(t *testing.T) {
|
||||||
// If the printed result is too long, the console will not display it, but it can run normally
|
// If the printed result is too long, the console will not display it, but it can run normally
|
||||||
ChatLogsConversion()
|
//ChatLogsConversion()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user