mirror of
https://github.com/TencentCloud/tencentmeeting-cli.git
synced 2026-09-14 20:46:40 +08:00
11 lines
85 B
Go
11 lines
85 B
Go
package main
|
|
|
|
import (
|
|
"os"
|
|
"tmeet/cmd"
|
|
)
|
|
|
|
func main() {
|
|
os.Exit(cmd.Execute())
|
|
}
|