mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
* feat: set docs openim-server url address fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * fix: add openim code fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
11 lines
192 B
Modula-2
11 lines
192 B
Modula-2
module github.com/openimsdk/open-im-server/test/typecheck
|
|
|
|
go 1.18
|
|
|
|
require golang.org/x/tools v0.12.0
|
|
|
|
require (
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
)
|