mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
d5651ae1d8
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
|
|
)
|