mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
* feat: remove go typecheck tools * feat: add actions go typecheck tools * Update verify-typecheck.sh
16 lines
203 B
Plaintext
16 lines
203 B
Plaintext
go 1.19
|
|
|
|
use (
|
|
.
|
|
./tools/changelog
|
|
./tools/component
|
|
./tools/formitychecker
|
|
./tools/imctl
|
|
./tools/infra
|
|
./tools/ncpu
|
|
./tools/openim-web
|
|
./tools/url2im
|
|
./tools/versionchecker
|
|
./tools/yamlfmt
|
|
)
|