feat: save all bash and docs labels

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-11 12:00:53 +08:00
parent e13f7ebfe3
commit fabdd4b313
23 changed files with 972 additions and 409 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/OpenIMSDK/Open-IM-Server/test/typecheck
go 1.20
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
)