mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 12:05:58 +08:00
9 lines
67 B
Go
9 lines
67 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "fmt"
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
|
||
|
|
fmt.Println("imctl")
|
||
|
|
}
|