mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
* fix: user update group notification, group member face url * fix: user update group notification, group member face url * feat: v2 to v3 data conversion * feat: v2 to v3 data conversion
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
go 1.18
|
|
|
|
use (
|
|
.
|
|
./test/typecheck
|
|
./tools/changelog
|
|
//./tools/imctl
|
|
./tools/infra
|
|
./tools/ncpu
|
|
./tools/openim-web
|
|
./tools/versionchecker
|
|
./tools/yamlfmt
|
|
./tools/component
|
|
./tools/url2im
|
|
./tools/data-conversion
|
|
)
|